Fixed a small typo that was causing the mediagoblin.moderation.users_detail

page to crash.
This commit is contained in:
tilly-Q 2013-12-08 12:40:47 -05:00
parent 40322832b4
commit 50ee657607

View File

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