summaryrefslogtreecommitdiffstats
path: root/templates/registration/registration_complete.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/registration/registration_complete.html')
-rw-r--r--templates/registration/registration_complete.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/registration/registration_complete.html b/templates/registration/registration_complete.html
index 552fa04..78684fe 100644
--- a/templates/registration/registration_complete.html
+++ b/templates/registration/registration_complete.html
@@ -1,13 +1,13 @@
{% extends "base.html" %}
{% block title %}
-registration_complete.html | {{ block.super }}
+{{ block.super }}: registration complete
{% endblock %}
-{% block header %}
-<h1>registration_complete.html</h1>
+{% block contentheader %}
+<h1>Registration Complete</h1>
{% endblock %}
{% block content %}
-Thank you for signing up. An email with the activation code has been sent to your inbox.
+<p>Thank you for signing up. An email with the activation code has been sent to your inbox. </p>
{% endblock %} \ No newline at end of file