summaryrefslogtreecommitdiff
path: root/djangoproject/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'djangoproject/templates/base.html')
-rw-r--r--djangoproject/templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/djangoproject/templates/base.html b/djangoproject/templates/base.html
index ec6d3399..d6860ff8 100644
--- a/djangoproject/templates/base.html
+++ b/djangoproject/templates/base.html
@@ -1,4 +1,4 @@
-{% load static %}<!DOCTYPE html>
+{% load static banner %}<!DOCTYPE html>
<html lang="{% block html_language_code %}en{% endblock %}">
<head>
<meta charset="utf-8">
@@ -59,7 +59,7 @@
</section>
<div id="billboard">
- {% block billboard %}{% endblock %}
+ {% block billboard %}{% active_banner %}{% endblock %}
</div>
<div class="container {% block layout_class %}{% endblock %}">