summaryrefslogtreecommitdiff
path: root/helsinki/program/views.py
diff options
context:
space:
mode:
authorJohannes Raggam <raggam-nl@adm.at>2011-04-10 19:33:58 (GMT)
committerJohannes Raggam <raggam-nl@adm.at>2011-04-10 19:33:58 (GMT)
commit7325fc951fb2ef493b9958619d7861e864be0ae3 (patch)
treeb386d80f07694b26b2cfbee95dd6461a0cfc179e /helsinki/program/views.py
parentbf002915e8ef950419f9cc64cb2b2946e03d8193 (diff)
templatetags introduced
Diffstat (limited to 'helsinki/program/views.py')
-rw-r--r--helsinki/program/views.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/helsinki/program/views.py b/helsinki/program/views.py
index 584f24d..314de6a 100644
--- a/helsinki/program/views.py
+++ b/helsinki/program/views.py
@@ -112,11 +112,3 @@ def week_schedule(request, year, week):
return simple.direct_to_template(request, template='program/week_schedule.html', extra_context=extra_context)
-
-def bcformats(request):
- broadcastformats = BroadcastFormat.objects.all()
- extra_context = dict(broadcastformats=broadcastformats)
- return simple.direct_to_template(
- request,
- template='program/bcformats_box.html',
- extra_context=extra_context)