mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 04:07:48 +03:00
Changed page_title block to be html in the content block
base.html has no page_title block
This commit is contained in:
parent
464d0ee9b3
commit
6e0f1da0a2
|
@ -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