Explorar o código

Remove unnecessary variables from base.html (#454)

herr_pilgrim hai 1 ano
pai
achega
0dd43bfa7a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 %}