Update frontend and forms

This commit is contained in:
Livvy Mackintosh
2017-11-18 16:54:44 +00:00
parent aa6c1cf33b
commit 310be805c5
16 changed files with 712 additions and 128 deletions

View File

@ -1,9 +1,13 @@
{% extends 'base_page.html' %}
{% block title %}
Shucks.
{% endblock %}
Oh no.
{% endblock title %}
{% block description %}
You've taken a wrong turn and we can't find the page you're looking for.
{% endblock %}
This page doesn't exist.
{% endblock description %}
{% block inner %}
<a class="btn btn-primary btn-block" href="{% url 'index' %}">{% trans 'Go to the homepage' %}</a>
{% endblock inner %}