No need to translate a variable name alone

This commit is contained in:
Christopher Allan Webber 2013-11-26 13:52:08 -06:00
parent 2496075272
commit d39198514f

View File

@ -74,9 +74,7 @@
{# Active(?) (or at least verified at some point) user, horray! #}
{% else %}
<h1>
{%- trans username=user.username %}{{ username }}{% endtrans -%}
</h1>
<h1>{{ username }}</h1>
<p>{{ username }} is not active.</p>
<div class="clear"></div>
{% endif %}