Accounts: Add edit and delete pages; implement forms (no real actions yet)

This commit is contained in:
Lexi / Zoe 2021-07-31 00:34:35 +02:00
parent 4e8d879008
commit 7859ef77ee
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
9 changed files with 258 additions and 23 deletions

View file

@ -5,7 +5,12 @@
{% block content %}
<h2>Accounts</h2>
<p>List of all mail accounts.</p>
<p>
<b>Actions:</b>
<a href="/accounts/new">Create account</a>
</p>
<h3>List of accounts</h3>
<div class="filter_options">
<form action="/accounts" method="GET">
@ -19,7 +24,7 @@
<input type="checkbox" id="show_details_checkbox"><label for="show_details_checkbox"> Show detail columns</label>
<table>
<table class="bordered_table">
<tr>
<th style="min-width: 15em">Username</th>
<th style="min-width: 10em">Domain</th>