webfaction and repo.or.cz deployment done
[worddb.git] / templates / registration / activate.html
blobf46e7dfa21c5efe04df9dd88b5660730bdc4179b
1 {% extends "base.html" %}
2 {% block title %}Account activated{% endblock %}
3 {% block content %}
4 <h1>Your account activated</h1>
5 <p>Proceed to sign in</p>
6 {% endblock %}