mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Fixed and simplified PDF exports
This commit is contained in:
@@ -355,4 +355,4 @@ class ExportView(EventPermissionRequiredMixin, TemplateView):
|
||||
cf.expires = now() + timedelta(days=3)
|
||||
cf.save()
|
||||
export(self.request.event.id, str(cf.id), self.exporter.identifier, self.exporter.form.cleaned_data)
|
||||
return redirect(reverse('presale:cachedfile.download', kwargs={'id': cf.id}))
|
||||
return redirect(reverse('cachedfile.download', kwargs={'id': str(cf.id)}))
|
||||
|
||||
Reference in New Issue
Block a user