diff options
Diffstat (limited to 'app/dispatch/templates/registration/registration_complete.html')
| -rw-r--r-- | app/dispatch/templates/registration/registration_complete.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/dispatch/templates/registration/registration_complete.html b/app/dispatch/templates/registration/registration_complete.html new file mode 100644 index 0000000..579b914 --- /dev/null +++ b/app/dispatch/templates/registration/registration_complete.html @@ -0,0 +1,12 @@ +{% extends 'dispatch/base.html' %} + +{% block title %}Register{% endblock %} + +{% block content %} +<div class="row"> + <div class="col s12"> + <p>A registration request has been sent. Please check the email you provided for further instructions</p> + </div> +</div> + +{% endblock %} |
