better navigation on templates
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user