templates/contact.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Fri, 06 Aug 2010 15:11:47 +0530
branchanoop
changeset 221 b0fd3cb56e0b
parent 32 7badc9093d9b
permissions -rw-r--r--
Modified template if tags to be compliant with Django 1.1 and not 1.2.

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