Skip to content

Commit b0572d6

Browse files
committed
Add missing static template tag
1 parent c773a8a commit b0572d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/templates/admin/base_site.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{% extends "admin/base.html" %}
22

33
{% load i18n %}
4+
{% load static %}
45

56
{% block title %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %}
67

0 commit comments

Comments
 (0)