Merge pull request #110 from Tavistock/patch-1

Changed page_title block to be html in the content block
This commit is contained in:
Daniel Greenfeld 2014-07-09 22:18:06 -07:00
commit 1b667ff9e5

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 %}
{% endblock content %}{% endraw %}