aboutsummaryrefslogtreecommitdiffstats
path: root/server/templates/server/user_list.html
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2024-01-29 17:09:28 +0100
committerAndrea Lepori <alepori@student.ethz.ch>2024-01-29 17:09:28 +0100
commit3734ff0bf3547a35769221035f8d6e54bf637b23 (patch)
tree35f47161749dc33820c155c5076180b747450089 /server/templates/server/user_list.html
parentadd impersonate button (diff)
downloadscout-subs-master.tar.gz
scout-subs-master.zip
fix show docs in ulistHEADmaster
Diffstat (limited to 'server/templates/server/user_list.html')
-rw-r--r--server/templates/server/user_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/templates/server/user_list.html b/server/templates/server/user_list.html
index 0a47428..e5fb0da 100644
--- a/server/templates/server/user_list.html
+++ b/server/templates/server/user_list.html
@@ -303,7 +303,7 @@
</div>
<div class="collapsible-body"><span>
<ul class="collapsible">
- {% for doc in request.user|user_docs:user.user %}
+ {% for doc in user|user_docs %}
<li>
<div class="collapsible-header"><a onclick="send('f{{doc.id}}')">{{doc.document_type.name}}</a></div>
</li>