Skip to content

Commit

Permalink
[bug 756765] Make Report Abuse button localizable
Browse files Browse the repository at this point in the history
  • Loading branch information
ccarruitero authored and rehandalal committed Jun 21, 2012
1 parent b3d964c commit 1c6c36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/users/templates/users/profile.html
Expand Up @@ -20,7 +20,7 @@
<section class="marky" id="flag">
<form action="{{ url('users.flag', object_id=profile.pk) }}" method="POST">
<input type="hidden" name="next" value="{{ request.get_full_path() }}" />
<button name="reason" type="submit" value="abuse">Report Abuse</button>
<button name="reason" type="submit" value="abuse">{{ _('Report Abuse') }}</button>
{{ csrf() }}
</form>
</section>
Expand Down

0 comments on commit 1c6c36f

Please sign in to comment.