diff --git a/templates/base.html b/templates/base.html index 1348a3a..bfe968f 100644 --- a/templates/base.html +++ b/templates/base.html @@ -89,8 +89,9 @@
+ {{ user.username }}
{{ user.fio }} - {{ user.username }} + {{ user.telephone }}
@@ -115,18 +116,7 @@
  • {% endif %} - группы абонентов -
  • - - - {% url 'abonapp_log_link' as abonapp_log_link %} - {% if abonapp_log_link in request.path %} -
  • - {% else %} -
  • - {% endif %} - - действия абонентов + абоненты
  • @@ -176,12 +166,6 @@
    - {% block main %}{% endblock %}