mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Whole heap of registration and error template changes
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
{% extends 'base.html' %}
|
||||
{% load staticfiles %}
|
||||
{% block title %}Server error{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
There was an error while handling your request.
|
||||
<div class="text-center">
|
||||
<img src="{% static 'imgs/500.jpg' %}"/>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user