From 7e1de686d5ab809e377d5053c6e581d845e37921 Mon Sep 17 00:00:00 2001 From: Oliver Falk Date: Fri, 2 Aug 2019 15:24:37 +0200 Subject: [PATCH] Make sure we have the header from other templates in here --- templates/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/base.html b/templates/base.html index edf54e7..cbae0eb 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,6 +1,7 @@ {% load static %} {% load i18n %} {% include 'header.html' %} +{% block header %}{% endblock header %} {{ site_name }} :: {% block title %}{% trans 'Freeing the Web, one face at a time!' %}{% endblock title %} {% spaceless %}