mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
Push to github
This commit is contained in:
parent
e2a9fbee6a
commit
c9437cacc3
|
@ -1,9 +1,9 @@
|
|||
{% templatetag openblock %} extends "base.html" {% templatetag closeblock %}
|
||||
{% raw %}{% extends "base.html" %}
|
||||
|
||||
{% templatetag openblock %} block title {% templatetag closeblock %}Page Not found{% templatetag openblock %} endblock {% templatetag closeblock %}
|
||||
{% block title %}Page Not found{% endblock %}
|
||||
|
||||
{% templatetag openblock %} block page_title {% templatetag closeblock %}Page Not found{% templatetag openblock %} endblock page_title {% templatetag closeblock %}
|
||||
{% block page_title %}Page Not found{% endblock page_title %}
|
||||
|
||||
{% templatetag openblock %} block content {% templatetag closeblock %}
|
||||
{% block content %}
|
||||
<p>This is not the page you were looking for.</p>
|
||||
{% templatetag openblock %} endblock content {% templatetag closeblock %}
|
||||
{% endblock content %}{% endraw %}
|
Loading…
Reference in New Issue
Block a user