repo.or.cz
/
worddb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
webfaction and repo.or.cz deployment done
[worddb.git]
/
templates
/
registration
/
activate.html
blob
f46e7dfa21c5efe04df9dd88b5660730bdc4179b
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 %}