Make "Username's privileges" translatable
This commit sponsored by Aaron Borden. Thank you!
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user