Landing Page for internal area
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user