auto generated project
This commit is contained in:
commit
8e19d3630d
39 changed files with 1477 additions and 0 deletions
9
gnuviechadmin/templates/404.html
Normal file
9
gnuviechadmin/templates/404.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
{% 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue