SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 8b3dc883 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Debug usage of ProfileDynSelForm in colleges, series apps

parent 3bfd05c3
No related branches found
No related tags found
No related merge requests found
......@@ -696,6 +696,7 @@ def nominations(request):
"action_url_name": "colleges:_hx_nomination_form",
"action_url_base_kwargs": {},
"action_target_element_id": "nomination_form_response",
"action_target_swap": "innerHTML",
}
)
context = {
......
......@@ -54,6 +54,7 @@ def _hx_collection_expected_authors(request, slug):
"action_url_name": "series:_hx_collection_expected_author_action",
"action_url_base_kwargs": {"slug": collection.slug, "action": "add"},
"action_target_element_id": "profiles",
"action_target_swap": "innerHTML",
}
)
context = {"collection": collection, "profile_search_form": form}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment