summaryrefslogtreecommitdiff
path: root/openstack-dashboard/dashboard/templates/registration/registration_complete.html
diff options
context:
space:
mode:
Diffstat (limited to 'openstack-dashboard/dashboard/templates/registration/registration_complete.html')
-rw-r--r--openstack-dashboard/dashboard/templates/registration/registration_complete.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/openstack-dashboard/dashboard/templates/registration/registration_complete.html b/openstack-dashboard/dashboard/templates/registration/registration_complete.html
new file mode 100644
index 00000000..c5c0e97f
--- /dev/null
+++ b/openstack-dashboard/dashboard/templates/registration/registration_complete.html
@@ -0,0 +1,22 @@
+{% extends "base.html" %}
+{% block region %}{% endblock %}
+
+{% block title %}Registration Complete{% endblock %}
+
+{% block content %}
+ <div id="page_head">
+ <h2>Registration complete</h2>
+ </div>
+
+ <div class="ui-state-highlight ui-corner-all success">
+ <span class="close ui-icon ui-icon-circle-close" style="display:none;"></span>
+ <p>
+ <span class="ui-icon ui-icon-check"></span>
+ Your account has been created.
+ </p>
+ </div>
+ <p>
+ Soon you will receive instructions for activating your account in your inbox.
+ Please follow the activation link provided in the message to complete your registration.
+ </p>
+{% endblock %}