.
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
{% comment HTMX partial: user search results for the sharing panel.
|
||||
{% comment %}
|
||||
HTMX partial: user search results for the sharing panel.
|
||||
Context:
|
||||
users – list of User objects matching the query
|
||||
cid_user_exam – CidUserExam instance
|
||||
q – search query string
|
||||
%}
|
||||
{% endcomment %}
|
||||
{% if users %}
|
||||
<ul class="list-group list-group-flush small border rounded">
|
||||
{% for u in users %}
|
||||
|
||||
Reference in New Issue
Block a user