remove add button; make url live; happy new year 2012
This commit is contained in:
parent
8eff9b8140
commit
e3db2fc77d
|
@ -69,7 +69,7 @@
|
|||
|
||||
<div id="events" class="tab">
|
||||
<h3 class="tabHeader">EVENTS</h3>
|
||||
<a href="/page/events-coming-soon/" class="buttonTab"> Coming Soon! </a>
|
||||
<a href="/page/events-coming-soon/" class="buttonTab"> Coming Soon </a>
|
||||
</div>
|
||||
|
||||
<div id="slider">
|
||||
|
|
|
@ -15,6 +15,7 @@
|
|||
|
||||
|
||||
{% block content %}
|
||||
<!--
|
||||
<div id="fb-root"></div>
|
||||
<script>(function(d, s, id) {
|
||||
var js, fjs = d.getElementsByTagName(s)[0];
|
||||
|
@ -23,7 +24,7 @@
|
|||
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
|
||||
fjs.parentNode.insertBefore(js, fjs);
|
||||
}(document, 'script', 'facebook-jssdk'));</script>
|
||||
|
||||
-->
|
||||
<div id="lightboxPanel">
|
||||
<div id="lightboxContent">
|
||||
|
||||
|
@ -80,10 +81,12 @@
|
|||
<div id="searchInnerDiv">
|
||||
<!--<img src="/static/images/noel/search-inner.png" width="22" height="18" alt="search" class="searchInner">-->
|
||||
<img src="/static/images/noel/about.png" width="22" height="22" id="aboutBtn" alt="About" title="About">
|
||||
{% comment %}
|
||||
{% if has_add %}
|
||||
<img src="/static/images/noel/add.png" width="28" height="20" id="addBtn" alt="About" title="Add">
|
||||
|
||||
{% endif %}
|
||||
{% endcomment %}
|
||||
{% ifequal title "Best Practices" %} <!-- FIXME!!! -->
|
||||
<a target="_blank" href="/static/upload/bestpractices_downloads/INDIA_THEATRE_FORUM_BOOK-rev-4-4-11.pdf">
|
||||
<img src="/static/images/noel/Download-Icon.gif" width="29" height="20" id="downloadBtn" alt="Download" title="Download">
|
||||
|
|
|
@ -16,6 +16,7 @@ urlpatterns = patterns('',
|
|||
# Example:
|
||||
# (r'^bhangar/', include('bhangar.foo.urls')),
|
||||
#(r'^search/', include('solango.urls')),
|
||||
(r'^$', "frontpage.views.index"),
|
||||
(r'^t/$', "frontpage.views.index"),
|
||||
(r'm/', include('insidepages.urls')),
|
||||
(r'^page/(?P<slug>[a-zA-Z].*?)/', 'pages.views.render_page'),
|
||||
|
@ -58,7 +59,7 @@ urlpatterns = patterns('',
|
|||
# (r'^ajax_filtered_fields/', include('ajax_filtered_fields.urls')),
|
||||
# Uncomment the next line to enable the admin:
|
||||
(r'^test$', 'app.views.index'),
|
||||
(r'^$', 'festival.views.home')
|
||||
# (r'^$', 'festival.views.home')
|
||||
)
|
||||
|
||||
if settings.LOCAL_DEVELOPMENT:
|
||||
|
|
Loading…
Reference in New Issue
Block a user