it/itf/templates/registration/contact.html

12 lines
209 B
HTML
Raw Normal View History

2011-10-13 11:05:32 +00:00
{% extends 'registration/register_base.html' %}
{% block reg_content %}
<form action="" method="POST" id="formItf">
<table>
{{ form.as_table }}
</table>
</form>
{% endblock %}