templates/contact.html
author nishanth
Thu, 15 Jul 2010 01:06:32 +0530
branchanoop
changeset 93 505989755cd8
parent 32 7badc9093d9b
permissions -rw-r--r--
modified the form and implemented the view to display selected users

{% extends 'base.html' %}
{% block title %}
Contact Us
{% endblock %}
{% block content %}
<h2>Contact Us</h2>
<p>Queries may be addressed to <i>sagedays [at] fossee [dot] in</i></p>
{% endblock %}