it/itf/templates/registration/registration_form.html

11 lines
200 B
HTML
Raw Normal View History

2011-08-03 11:16:12 +00:00
{% extends 'registration/register_base.html' %}
2011-08-03 14:37:26 +00:00
2011-08-03 11:16:12 +00:00
{% block reg_content %}
<form action="" method="POST">
{{ form.as_p }}
<input type="submit" value="Submit" />
</form>
{% endblock %}