templates/contact.html
author nishanth
Tue, 20 Jul 2010 12:37:30 +0530
branchanoop
changeset 139 7eaaecef80f6
parent 32 7badc9093d9b
permissions -rw-r--r--
replaced acco_required with user.acco_required in template and made change accordingly

{% 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 %}