From a59f1baa9415d4366a6aaad6c846d66fd85d0026 Mon Sep 17 00:00:00 2001 From: Johannes Raggam Date: Fri, 10 Jun 2011 13:46:14 +0200 Subject: add musikprogramm bunt gemischt 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( -- cgit v0.10.2