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

9
templates/400.html Normal file
View File

@@ -0,0 +1,9 @@
{% extends 'base.html' %}
{% load staticfiles %}
{% block title %}Bad Request{% endblock %}
{% block content %}
<div class="text-center">
<img src="{% static 'imgs/400.jpg' %}"/>
</div>
{% endblock %}