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

@ -18,7 +18,7 @@
<form action="/login" method="POST">
{% if error is defined %}
<div class="error">{{ error }}</div>
<div class="error_box">{{ error }}</div>
{% endif %}
<table>