Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Fix Events admin calendar template and URL paths
Browse files Browse the repository at this point in the history
Fix the Calendar widget shown above the admin events listing, which was
left behind with the model rename from Event to EventBase.
  • Loading branch information
jmurty committed Oct 18, 2016
1 parent 5d6aaf0 commit cbf236c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icekit_events/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def calendar(self, request):
'is_popup': bool(int(request.GET.get('_popup', 0))),
}
return TemplateResponse(
request, 'admin/icekit_events/event/calendar.html', context)
request, 'admin/icekit_events/eventbase/calendar.html', context)

def calendar_data(self, request):
"""
Expand Down

0 comments on commit cbf236c

Please sign in to comment.