.
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:
|
Context:
|
||||||
users – list of User objects matching the query
|
users – list of User objects matching the query
|
||||||
cid_user_exam – CidUserExam instance
|
cid_user_exam – CidUserExam instance
|
||||||
q – search query string
|
q – search query string
|
||||||
%}
|
{% endcomment %}
|
||||||
{% if users %}
|
{% if users %}
|
||||||
<ul class="list-group list-group-flush small border rounded">
|
<ul class="list-group list-group-flush small border rounded">
|
||||||
{% for u in users %}
|
{% for u in users %}
|
||||||
|
|||||||
Reference in New Issue
Block a user