better navigation on templates

This commit is contained in:
2021-12-23 13:28:19 +01:00
parent ee5d179922
commit 98d19f1091
2 changed files with 6 additions and 0 deletions

View File

@@ -6,6 +6,8 @@
<body>
<h1>Autoreply Editor</h1>
<h2>Configurable users</h2>
<ul>
{% for user in users %}
<li><a href="/user/{{ user[1].split('@')[0] }}">{{ user[0] }} {{"<"}}{{ user[1] }}{{">"}}</a></li>