diff --git a/management/urls.py b/management/urls.py index 3a467c5..c6b6a89 100755 --- a/management/urls.py +++ b/management/urls.py @@ -44,6 +44,4 @@ urlpatterns = [ url(r'open_lessons/$', api.open_lessons), url(r'open_homes/$', api.open_homes), url(r'change_pass/$', api.change_pass), - url(r'open_diploms/$', api.open_diploms), - ] diff --git a/templates/cabinet.html b/templates/cabinet.html index 166568d..7b955fc 100644 --- a/templates/cabinet.html +++ b/templates/cabinet.html @@ -93,8 +93,6 @@ - -
Поменять пароль
@@ -111,17 +109,6 @@
-
-
Массовое открытие дипломов
-
- {% csrf_token %} -
- Много почт чуваков - - -
-
-
{% endblock %}