Merge branch 'bug/13917' into release/0.10.2
[ganeti_webmgr.git] / ganeti_web / templates / registration / activation_complete.html
blob51c06b6fb379b7b4464f7a250df6367684fd1096
1 {% extends "no_menu_base.html" %}
3 {% block content %}
4 <h1>Activation Complete</h1>
5 <p>Your account has been successfully activated.
6 You may login <a href="{% url auth_login %}">here</a>.</p>
7 {% endblock %}