repo.or.cz
/
ganeti_webmgr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'bug/13917' into release/0.10.2
[ganeti_webmgr.git]
/
ganeti_web
/
templates
/
registration
/
activation_complete.html
blob
51c06b6fb379b7b4464f7a250df6367684fd1096
1
{% extends
"no_menu_base.html"
%}
2
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 %}