forked from CGM_Public/pretix_original
Add very basic dashboards
This commit is contained in:
@@ -24,7 +24,7 @@ class EventList(ListView):
|
||||
|
||||
|
||||
def index(request):
|
||||
return render(request, 'pretixcontrol/base.html', {})
|
||||
return render(request, 'pretixcontrol/dashboard.html', {})
|
||||
|
||||
|
||||
class EventCreateStart(TemplateView):
|
||||
|
||||
Reference in New Issue
Block a user