summaryrefslogtreecommitdiff
path: root/nop/views.py
diff options
context:
space:
mode:
authorJohannes Raggam <raggam-nl@adm.at>2011-06-10 11:46:14 (GMT)
committerJohannes Raggam <raggam-nl@adm.at>2011-06-10 11:46:14 (GMT)
commita59f1baa9415d4366a6aaad6c846d66fd85d0026 (patch)
treef39f4600737933fcc5391706e501146fe8a30e6d /nop/views.py
parentf1b9ec434bcd91d5b24bf075f2acc06b144e9cfa (diff)
add musikprogramm bunt gemischt
Diffstat (limited to 'nop/views.py')
-rw-r--r--nop/views.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/nop/views.py b/nop/views.py
index 5a52a07..a40ec55 100644
--- a/nop/views.py
+++ b/nop/views.py
@@ -10,10 +10,11 @@ import time
from datetime import datetime
DB = 'nop'
-MUSIKPROG_IDS = (1,17,81)
- # unmodieriertes musikprogramm
- # bumbumtschak
- # selchfleisch
+MUSIKPROG_IDS = (1,17,60,81)
+ # 1 - unmodieriertes musikprogramm
+ # 17 - bumbumtschak
+ # 60 - musikprogramm bunt gemischt
+ # 81 - selchfleisch
class NopForm(forms.Form):
date = forms.DateField(