aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrea Lepori <aleporia@gmail.com>2023-07-24 13:08:22 +0200
committerAndrea Lepori <aleporia@gmail.com>2023-07-24 13:08:23 +0200
commit8411cd52ab4f3f05bf50ecf143fcd5e7a5e6415b (patch)
tree0ae35ef466846383974279620a46539402bcc48c
parentusercode with all personal data (diff)
downloadscout-subs-8411cd52ab4f3f05bf50ecf143fcd5e7a5e6415b.tar.gz
scout-subs-8411cd52ab4f3f05bf50ecf143fcd5e7a5e6415b.zip
better usercode debug formatting
-rw-r--r--server/templates/server/debug_usercode.html4
-rw-r--r--version.txt2
2 files changed, 3 insertions, 3 deletions
diff --git a/server/templates/server/debug_usercode.html b/server/templates/server/debug_usercode.html
index 68a338f..014d6fd 100644
--- a/server/templates/server/debug_usercode.html
+++ b/server/templates/server/debug_usercode.html
@@ -7,8 +7,8 @@
<pre>
{% for user in data %}
[{{user.0.id}}] {{user.0.username}} {{user.0.first_name}} {{user.0.last_name}}
- {% for uc in user.1 %} [{{uc.id}}] {{uc.code}} {{uc.first_name}} {{uc.last_name}} ({{uc.branca}}) {% endfor %}
-{% endfor %}
+{% for uc in user.1 %} [{{uc.id}}] {{uc.code}} {{uc.first_name}} {{uc.last_name}} ({{uc.branca}})
+{% endfor %} {% endfor %}
</pre>
{% endblock %} \ No newline at end of file
diff --git a/version.txt b/version.txt
index acc2e26..cba5c39 100644
--- a/version.txt
+++ b/version.txt
@@ -1,2 +1,2 @@
version=0.6
-rev=24
+rev=25