webfaction and repo.or.cz deployment done
[worddb.git] / templates / registration / registration_form.html
blob915292707ce0cca025a0a87946a42eceaef12024
1 {% extends "base.html" %}
2 {% block title %}Register{% endblock %}
3 {% block content %}
4 <h1>Register</h1>
5 <form action="." method="post">
6 <table>
7 {{ form }}
8 </table>
9 <input type="submit" value="Register">
10 </form>
11 {% endblock %}