add supported by text + moc logo
This commit is contained in:
parent
41fd5a482c
commit
bf6d29322a
|
@ -33,7 +33,7 @@ class ContactForm(forms.Form):
|
||||||
}
|
}
|
||||||
'''
|
'''
|
||||||
|
|
||||||
@cache_page(60 * 30)
|
#@cache_page(60 * 30)
|
||||||
def index(request):
|
def index(request):
|
||||||
try:
|
try:
|
||||||
tApi = twitter.Api()
|
tApi = twitter.Api()
|
||||||
|
|
BIN
itf/static/images/moc_logo.gif
Normal file
BIN
itf/static/images/moc_logo.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.1 KiB |
|
@ -72,8 +72,11 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
{% endfor %}
|
{% 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">© 2011 India Theatre Forum. All Rights Reserved.</p>
|
<p id="copyright">© 2011 India Theatre Forum. All Rights Reserved.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user