Parcourir la source

Remove unnecessary variables from base.html (#454)

herr_pilgrim il y a 1 an
Parent
commit
0dd43bfa7a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      bakerydemo/templates/base.html

+ 1 - 1
bakerydemo/templates/base.html

@@ -32,7 +32,7 @@
         {% wagtailuserbar %}
 
         {% block header %}
-            {% include "includes/header.html" with parent=site_root calling_page=self %}
+            {% include "includes/header.html" %}
         {% endblock header %}
 
         {% block breadcrumbs %}