better navigation on templates
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -6,6 +6,10 @@
|
||||
<body>
|
||||
<h1>Autoreply Editor</h1>
|
||||
|
||||
<p>
|
||||
<a href="/">↩ Back to user overview</a>
|
||||
</p>
|
||||
|
||||
<h2>Toggle autoreply message</h2>
|
||||
|
||||
<p>
|
||||
|
||||
Reference in New Issue
Block a user