mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-20 23:12:15 +00:00
Whole heap of registration and error template changes
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{% extends 'base.html' %}
|
||||
{% block title %}Page not found{% endblock %}
|
||||
{% load staticfiles %}
|
||||
{% block title %}Page Not Found{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
The page you requested could not be found.
|
||||
<div class="text-center">
|
||||
<img src="{% static 'imgs/404.jpg' %}"/>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user