Create base forms for registration and sign in

Created routes and forms for registration, sign in, and registration
from an invite.
Also tidied up assets folder, removed copy of fronted toolkit.
This commit is contained in:
Chris Heathcote
2015-11-25 16:21:28 +00:00
committed by Rebecca Law
parent ed609eeec9
commit 701ce482d4
32 changed files with 774 additions and 1736 deletions

View File

@@ -0,0 +1,11 @@
{% extends "govuk_template.html" %}
{% block page_title %}
GOV.UK notifications admin
{% endblock %}
{% block cookie_message %}
{% endblock %}
{% set global_header_text = "GOV.UK Notify" %}