fix comment
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{# 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
|
||||
#}
|
||||
%}
|
||||
{% if users %}
|
||||
<ul class="list-group list-group-flush small border rounded">
|
||||
{% for u in users %}
|
||||
@@ -24,4 +24,6 @@
|
||||
</ul>
|
||||
{% elif q|length >= 2 %}
|
||||
<div class="small text-muted fst-italic">No matching users found.</div>
|
||||
{% else %}
|
||||
<div class="small text-muted fst-italic">Please enter at least 2 characters to search.</div>
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user