Forráskód Böngészése

Remove /templates/base/include/header.html as it's unused

Rachel Smith 1 éve
szülő
commit
e56d12f8b2
1 módosított fájl, 0 hozzáadás és 16 törlés
  1. 0 16
      bakerydemo/templates/base/include/header.html

+ 0 - 16
bakerydemo/templates/base/include/header.html

@@ -1,16 +0,0 @@
-{% load wagtailcore_tags wagtailimages_tags %}
-
-<div class="container">
-    <div class="row">
-        <div class="col-md-7 base-header">
-            {% if page.image %}
-                <div class="image">
-                    {% image page.image width-500 as photo %}
-                    <img src="{{ photo.url }}" width="{{ photo.width }}" height="{{ photo.height }}" alt="{{ photo.alt }}" />
-                </div>
-            {% endif %}
-
-            <h1>{{ page.title }}</h1>
-        </div>
-    </div>
-</div>