Browse Source

Fixed Admin's bans list template location.

Ralfp 12 years ago
parent
commit
5aed1e30cd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      templates/admin/bans/list.html

+ 2 - 2
templates/admin/banning/list.html → templates/admin/bans/list.html

@@ -12,6 +12,6 @@
   	{%- endif %}</span>
   </td>
   <td>
-  	{% if item.expires %}{{ item.expires|date }}{% else %}<em>{% trans %}Permanent ban{% endtrans %}</em>{% endif %}
+  	{% if item.expires %}{{ item.expires|date }}{% else %}<em>{% trans %}Permanent{% endtrans %}</em>{% endif %}
   </td>
-{% endblock%}
+{% endblock %}