/
githubmirror
/
edx-platform
Обзор
Документация
Войти
/
githubmirror
/
edx-platform
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
release-ulmo
cms/templates/admin/base_site.html
23 строки
878 B
Awais Qureshi
fix: Removed usage of djangoratelimitbackend. (#30116)
25 мар 2022, 13:27
Не верифицирован
25 мар 2022, 13:27
bc45f1e
Код
Авторство
О чём код?
{% extends "admin/base.html" %} {% load i18n admin_urls %} {% load waffle_tags %} {% block title %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %} {% block branding %} <h1 id="site-name"><a href="{% url 'admin:index' %}">{{ site_header|default:_('Django administration') }}</a></h1> {% endblock %} {% block nav-global %}{% endblock %} {% block userlinks %} {% if site_url %} <a href="{{ site_url }}">{% trans 'View site' as tmsg%} {{tmsg|force_escape}}</a> / {% endif %} {% if user.is_active and user.is_staff %} {% url 'django-admindocs-docroot' as docsroot %} {% if docsroot %} <a href="{{ docsroot }}">{% trans 'Documentation' as tmsg %} {{tmsg|force_escape}}</a> / {% endif %} {% endif %} <a href="/logout/">{% trans 'Log out' as tmsg %} {{tmsg|force_escape}}</a> {% endblock %}