Make "Username's privileges" translatable

This commit sponsored by Aaron Borden.  Thank you!
This commit is contained in:
Christopher Allan Webber 2013-12-03 13:22:47 -06:00
parent e9e3ecc2e6
commit daf91e3777

View File

@ -148,7 +148,7 @@
{%- endtrans %}</a>
</span>
<span class=clear></span>
<h2>{{ user.username }}'s Privileges</h2>
<h2>{% trans %}{{ user.username }}'s Privileges{% endtrans %}</h2>
<form method=POST action="{{ request.urlgen(
'mediagoblin.moderation.ban_or_unban',
user=user.username) }}" class="right_align">