aboutsummaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorAndrea Lepori <alepori@student.ethz.ch>2020-09-04 13:01:54 +0200
committerAndrea Lepori <alepori@student.ethz.ch>2020-09-04 13:01:54 +0200
commit75ed5c3061cb88453824996fda6218eab7d3c40e (patch)
tree7abfe968af1bf06a79da612456440c73ebd9ab98 /server
parentadd missing field to personal data (diff)
downloadscout-subs-75ed5c3061cb88453824996fda6218eab7d3c40e.tar.gz
scout-subs-75ed5c3061cb88453824996fda6218eab7d3c40e.zip
allow pdf upload
Diffstat (limited to 'server')
-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 afd4163..a197001 100644
--- a/server/templates/server/user_list.html
+++ b/server/templates/server/user_list.html
@@ -116,7 +116,7 @@
<label for="home_phone">Telefono di casa</label>
</div>
<div class="input-field col l4 s12">
- <input disabled value="{{user.1.email}}" name="email" id="email" type="text" >
+ <input disabled value="{{user.0.email}}" name="email" id="email" type="text" >
<label for="email">Email</label>
</div>
<div class="input-field col l8 s12">