add supported by text + moc logo

This commit is contained in:
Sanjay B 2013-12-15 16:50:51 +05:30
parent 41fd5a482c
commit bf6d29322a
3 changed files with 6 additions and 3 deletions

View File

@ -33,7 +33,7 @@ class ContactForm(forms.Form):
}
'''
@cache_page(60 * 30)
#@cache_page(60 * 30)
def index(request):
try:
tApi = twitter.Api()

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -72,8 +72,11 @@
{% endfor %}
</ul>
{% endfor %}
<div style="clear:both;"></div>
<p id="supportedBy" style="text-align:center;font-size:10px;">
Supported by Ministry of Culture (Government of India) under the Cultural Functions Grant Scheme <br />
<img src="/static/images/moc_logo.gif" />
</p>
<p id="copyright">&copy; 2011 India Theatre Forum. All Rights Reserved.</p>
</div>