Mod report reasons: don't try to translate

Seems to have been an accidental call left to _() inside the title of
report reasons made by moderators, which was causing an error.
This commit is contained in:
Chad Birch
2015-02-03 13:02:13 -07:00
parent b1dbd3071d
commit 8fcf4bf699

View File

@@ -198,7 +198,7 @@
%if thing.mod_reports:
<li class="report-reason-title">${_("moderator reports:")}</li>
%for reason, user in thing.mod_reports:
<li class="report-reason mod-report" title="${_(reason)}">${user}:
<li class="report-reason mod-report" title="${reason}">${user}:
%if reason:
${reason}
%else: