mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 13:14:28 +03: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
|
@ -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 New Issue
Block a user