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> <body>
<h1>Autoreply Editor</h1> <h1>Autoreply Editor</h1>
<h2>Configurable users</h2>
<ul> <ul>
{% for user in users %} {% for user in users %}
<li><a href="/user/{{ user[1].split('@')[0] }}">{{ user[0] }} {{"<"}}{{ user[1] }}{{">"}}</a></li> <li><a href="/user/{{ user[1].split('@')[0] }}">{{ user[0] }} {{"<"}}{{ user[1] }}{{">"}}</a></li>

View File

@@ -6,6 +6,10 @@
<body> <body>
<h1>Autoreply Editor</h1> <h1>Autoreply Editor</h1>
<p>
<a href="/">↩ Back to user overview</a>
</p>
<h2>Toggle autoreply message</h2> <h2>Toggle autoreply message</h2>
<p> <p>