This commit is contained in:
Ross
2026-06-08 09:59:12 +01:00
parent a9c417d993
commit 390ccc0234
@@ -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 %}