Fix wiki template missing endfilter expression

This commit is contained in:
Adeel Khan
2019-07-23 13:10:46 +05:00
parent e8fa5a4fc9
commit 0b9019c618

View File

@@ -23,7 +23,7 @@
<pre>{% trans "[Article Name](wiki:ArticleName)" as tmsg%}{{tmsg|force_escape}}</pre>
</section>
<section>
<h3>{% filter force_escape %}{% blocktrans with platform_name=settings.PLATFORM_NAME %}{{ platform_name }} Additions:{% endblocktrans %}{%endfilter}</h3>
<h3>{% filter force_escape %}{% blocktrans with platform_name=settings.PLATFORM_NAME %}{{ platform_name }} Additions:{% endblocktrans %}{% endfilter %}</h3>
<pre>$LaTeX {% trans "Math Expression" as tmsg %}{{tmsg|force_escape}}$</pre>
</section>
</div>