forked from CGM_Public/pretix_original
Fix #273 -- Set correct all order expiry times to the end of the day
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
from django.conf.urls import include, url
|
||||
|
||||
from pretix.control.views import (
|
||||
auth, dashboards, event, help, item, main, orders, organizer,
|
||||
user, vouchers,
|
||||
auth, dashboards, event, help, item, main, orders, organizer, user,
|
||||
vouchers,
|
||||
)
|
||||
|
||||
urlpatterns = [
|
||||
|
||||
Reference in New Issue
Block a user