fix(export): 403 when exporting

This commit is contained in:
Herculino Trotta
2025-02-19 14:02:31 -03:00
parent 7926e081ef
commit 6459f2eb46

View File

@@ -50,7 +50,6 @@ def export_index(request):
return render(request, "export_app/pages/index.html")
@only_htmx
@login_required
@require_http_methods(["GET", "POST"])
def export_form(request):