Landing Page for internal area

This commit is contained in:
Martin Bauer
2013-09-15 14:48:40 +02:00
parent f0746172ec
commit 49ba4e5223
7 changed files with 120 additions and 23 deletions

View File

@@ -73,7 +73,6 @@ def eventplanning( request ):
# All events in the future sorted by date
all_future_events = list ( Event.objects.filter( date__gte = datetime.date.today() ) )
musician = get_object_or_404( Musician, user=request.user )
for e in all_future_events: