diff options
Diffstat (limited to 'app/dispatch/templates/registration/activate.html')
| -rw-r--r-- | app/dispatch/templates/registration/activate.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app/dispatch/templates/registration/activate.html b/app/dispatch/templates/registration/activate.html new file mode 100644 index 0000000..f8da830 --- /dev/null +++ b/app/dispatch/templates/registration/activate.html @@ -0,0 +1,12 @@ +{% extends 'dispatch/base.html' %} + +{% block title %}Register{% endblock %} + +{% block content %} +<div class="row"> + <div class="col s12"> + <p>Sorry, we do not have an activation key that matches what you've + provided. Please submit a new registration request.</p> </div> +</div> + +{% endblock %} |
