it/itf/templates/registration/contact.html
2011-10-13 16:35:32 +05:30

12 lines
209 B
HTML

{% extends 'registration/register_base.html' %}
{% block reg_content %}
<form action="" method="POST" id="formItf">
<table>
{{ form.as_table }}
</table>
</form>
{% endblock %}