mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
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:
committed by
Rebecca Law
parent
ed609eeec9
commit
701ce482d4
11
app/templates/admin_template.html
Normal file
11
app/templates/admin_template.html
Normal 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" %}
|
||||
|
||||
Reference in New Issue
Block a user