We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c773a8a commit b0572d6Copy full SHA for b0572d6
api/templates/admin/base_site.html
@@ -1,6 +1,7 @@
1
{% extends "admin/base.html" %}
2
3
{% load i18n %}
4
+{% load static %}
5
6
{% block title %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %}
7
0 commit comments