aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-11-26 13:52:08 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-11-26 13:52:08 -0600
commitd39198514fcc16181733cbcde0de20fe39aa0ab4 (patch)
tree4528fea2605afca9febd3955f321a4f7c2997baa
parent249607527296b882c0fc3ac1e23463b4bcb2a865 (diff)
downloadmediagoblin-d39198514fcc16181733cbcde0de20fe39aa0ab4.tar.lz
mediagoblin-d39198514fcc16181733cbcde0de20fe39aa0ab4.tar.xz
mediagoblin-d39198514fcc16181733cbcde0de20fe39aa0ab4.zip
No need to translate a variable name alone
-rw-r--r--mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html b/mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html
index d924198b..6c9b5b8c 100644
--- a/mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html
+++ b/mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html
@@ -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 %}