mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 13:44:43 +00:00
Merge pull request #110 from Tavistock/patch-1
Changed page_title block to be html in the content block
This commit is contained in:
commit
1b667ff9e5
1 changed files with 3 additions and 3 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue