Merge branch 'bug/13917' into release/0.10.2
[ganeti_webmgr.git] / ganeti_web / templates / registration / registration_complete.html
blob5204732c84068c2986c948a5daf24dde79adf49e
1 {% extends "no_menu_base.html" %}
2 {% load i18n %}
3 {% block content %}
4 <h1>{% trans "Registration Email Sent" %}</h1>
5 <p>{% blocktrans %}An email has been sent to your email address.
6 You must confirm your account prior to logging in by following the instructions
7 in the email.{% endblocktrans %}</p>
8 {% endblock %}