Changed page_title block to be html in the content block

base.html has no page_title block
This commit is contained in:
Travis McNeill 2014-07-09 14:40:56 -04:00
parent 464d0ee9b3
commit 6e0f1da0a2

View File

@ -2,8 +2,8 @@
{% block title %}Page Not found{% endblock %}
{% block page_title %}Page Not found{% endblock page_title %}
{% block content %}
<h1>Page Not found</h1>
<p>This is not the page you were looking for.</p>
{% endblock content %}{% endraw %}