diff options
Diffstat (limited to 'nop')
-rw-r--r-- | nop/views.py | 9 |
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( |