diff --git a/templates/c_admin/proj/settings.html b/templates/c_admin/proj/settings.html deleted file mode 100644 index 33728aec..00000000 --- a/templates/c_admin/proj/settings.html +++ /dev/null @@ -1,31 +0,0 @@ -{% extends 'base.html' %} -{% load static %} - -{% block body %} - -
{% csrf_token %} -
- Настройки -
-
-

Основные настройки

-
-
- {# key #} - {% with field='hall_capacity_tmpl' form=form languages=languages %} - {% include 'c_admin/forms/multilang.html' %} - {% endwith %} -
-
- - -
- - -
- -
-
- - -{% endblock %}