-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fa4b24a
commit e36f961
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
{% extends "base.html" %} | ||
{% templatetag openblock %} extends "base.html" {% templatetag closeblock %} | ||
|
||
{% block title %}Page Not found{% endblock %} | ||
{% templatetag openblock %} block title {% templatetag closeblock %}Page Not found{% templatetag openblock %} endblock {% templatetag closeblock %} | ||
|
||
{% block page_title %}Page Not found{% endblock page_title %} | ||
{% templatetag openblock %} block page_title {% templatetag closeblock %}Page Not found{% templatetag openblock %} endblock page_title {% templatetag closeblock %} | ||
|
||
{% block content %} | ||
{% templatetag openblock %} block content {% templatetag closeblock %} | ||
<p>This is not the page you were looking for.</p> | ||
{% endblock content %} | ||
{% templatetag openblock %} endblock content {% templatetag closeblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters