forked from twoscoops/django-twoscoops-project
-
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
539d3a6
commit e6a8e6c
Showing
2 changed files
with
12 additions
and
12 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" %} | ||
{% verbatim %}{% extends "base.html" %} | ||
|
||
{% block title %}Page Not found{% endblock %} | ||
|
||
{% block page_title %}Page Not found{% endblock page_title %} | ||
|
||
{% block content %} | ||
<p>This is not the page you were looking for.</p> | ||
{% endblock content %} | ||
{% endblock content %}{% endverbatim %} |
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