Skip to content

Commit

Permalink
Remove duplicate About page template
Browse files Browse the repository at this point in the history
  • Loading branch information
shacker committed Feb 19, 2017
1 parent b6a1e39 commit 19fd2f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
15 changes: 0 additions & 15 deletions bakerydemo/templates/about_page.html

This file was deleted.

7 changes: 1 addition & 6 deletions bakerydemo/templates/base/about_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@
{% load wagtailimages_tags %}

{% block content-header %}
{{ page.title }}

<div class="image">
{% image page.image width-500 as photo %}
<img src="{{ photo.url }}" width="{{ photo.width }}" height="{{ photo.height }}" alt="{{ photo.alt }}" />
</div>
{% include "base/include/header.html" %}
{% endblock content-header %}

{% block content-body %}
Expand Down

0 comments on commit 19fd2f2

Please sign in to comment.