summaryrefslogtreecommitdiff
path: root/chimere/main/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/main/views.py')
-rw-r--r--chimere/main/views.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/chimere/main/views.py b/chimere/main/views.py
index fce17d7..3092eb9 100644
--- a/chimere/main/views.py
+++ b/chimere/main/views.py
@@ -253,6 +253,7 @@ def getDetail(request, area_name, marker_id):
for network in settings.SHARE_NETWORKS:
share_networks.append((network[0], network[1] % net_dct, network[2]))
response_dct['share_networks'] = share_networks
+ response_dct['dated'] = settings.DAYS_BEFORE_EVENT and marker.start_date
return render_to_response('detail.html', response_dct)
def getDescriptionDetail(request, area_name, category_id):