Rename title for statistic and work pages

This commit is contained in:
2021-05-29 23:23:29 -07:00
parent 74661bd7a4
commit ccae7ada4b
4 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
{% block title %}{{ pagename }}{% endblock %}
{% block heading %} Страницы просмотра статистики{% endblock %}
{% block heading %} Статистика {% endblock %}
{% block content%}
<div class="mt-5 py-4">

View File

@@ -4,7 +4,7 @@
{% block title %}{{ pagename }}{% endblock %}
{% block heading %}Управление правами{% endblock %}
{% block heading %}Мои Права{% endblock %}
{% block extra_css %}
<link rel="stylesheet" href="{% static 'main/css/work.css' %}" xmlns="http://www.w3.org/1999/html">