it/itf/templates/registration/contact.html

15 lines
257 B
HTML
Raw Normal View History

2011-10-13 16:35:32 +05:30
{% extends 'registration/register_base.html' %}
{% block reg_content %}
2011-10-25 16:01:59 +05:30
<p id="titleLogin">Write to us</p>
2011-10-13 16:35:32 +05:30
<form action="" method="POST" id="formItf">
2011-10-25 16:01:59 +05:30
2011-10-13 16:35:32 +05:30
<table>
2011-10-25 16:01:59 +05:30
2011-10-13 16:35:32 +05:30
{{ form.as_table }}
</table>
</form>
{% endblock %}