Убрано по причине "JSON"
This commit is contained in:
@@ -12,9 +12,7 @@
|
||||
{% else %}
|
||||
<a href="{{ url_for('auth_bp.auth') }}">Авторизация</a>
|
||||
{% endif %}
|
||||
{% for point in menu %}
|
||||
<a href="{{ url_for(point['url']) }}">{{ point['name'] }}</a>
|
||||
{% endfor %}
|
||||
<a href="{{ url_for('requests_bp.requests') }}">Запросы</a>
|
||||
</nav>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user