mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Fix iCal download URL
This commit is contained in:
@@ -57,7 +57,7 @@ event_patterns = [
|
|||||||
url(r'^order/(?P<order>[^/]+)/(?P<secret>[A-Za-z0-9]+)/invoice/(?P<invoice>[0-9]+)$',
|
url(r'^order/(?P<order>[^/]+)/(?P<secret>[A-Za-z0-9]+)/invoice/(?P<invoice>[0-9]+)$',
|
||||||
pretix.presale.views.order.InvoiceDownload.as_view(),
|
pretix.presale.views.order.InvoiceDownload.as_view(),
|
||||||
name='event.invoice.download'),
|
name='event.invoice.download'),
|
||||||
url(r'^ical$',
|
url(r'^ical/?$',
|
||||||
pretix.presale.views.event.EventIcalDownload.as_view(),
|
pretix.presale.views.event.EventIcalDownload.as_view(),
|
||||||
name='event.ical.download'),
|
name='event.ical.download'),
|
||||||
url(r'^auth/$', pretix.presale.views.event.EventAuth.as_view(), name='event.auth'),
|
url(r'^auth/$', pretix.presale.views.event.EventAuth.as_view(), name='event.auth'),
|
||||||
|
|||||||
Reference in New Issue
Block a user