diff --git a/main/templates/base/menu.html b/main/templates/base/menu.html index 93799a5..ef5df18 100644 --- a/main/templates/base/menu.html +++ b/main/templates/base/menu.html @@ -15,21 +15,27 @@ {% else %} class="btn btn-secondary" {% endif %} - href="{% url 'profile' %}">Профиль + href="{% url 'profile' %}">Профиль {% if perms.main.has_control_access %} Управление + href="{% url 'control' %}">Управление + Статистика {% else %} Запрос прав + href="{% url 'work' request.user.id %}">Запрос прав {% endif %} Выйти @@ -40,13 +46,13 @@ {% else %} class="btn btn-secondary" {% endif %} - href="/accounts/login">Войти + href="/accounts/login">Войти Зарегистрироваться + href="/accounts/register">Зарегистрироваться {% endif %} diff --git a/main/templates/pages/statistic.html b/main/templates/pages/statistic.html index 9a9219b..edc1454 100644 --- a/main/templates/pages/statistic.html +++ b/main/templates/pages/statistic.html @@ -26,7 +26,7 @@
{% for radio in form.interval%} {{ radio.tag }} -