Merge pull request #180

fix(export): 403 when exporting
This commit is contained in:
Herculino Trotta
2025-02-19 14:02:52 -03:00
committed by GitHub

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):