Просмотр исходного кода

Fixed Admin's bans list template location.

Ralfp 12 лет назад
Родитель
Сommit
5aed1e30cd
1 измененных файлов с 2 добавлено и 2 удалено
  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 %}