This commit is contained in:
Ross
2025-11-08 21:16:23 +00:00
parent b424defd57
commit 4d830bb8e7
3 changed files with 28 additions and 5 deletions
+2 -1
View File
@@ -5165,9 +5165,10 @@ def exam_collection_add_author(request, collection_id):
if request.method != "POST":
form = UsersAutocompleteForm()
# Render the fixed form which properly includes form data in HTMX POSTs
return render(
request,
"generic/user_form.html",
"generic/user_form_fixed.html",
{"form": form, "collection_id": collection_id},
)
return