Whole heap of registration and error template changes

This commit is contained in:
tomtom5152
2014-11-06 00:53:53 +00:00
parent 17a7252a5b
commit 312b2f9565
18 changed files with 43 additions and 46 deletions

View File

@@ -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 %}