add partial frontend

This commit is contained in:
Hay1tsme
2023-02-19 15:40:25 -05:00
parent 97d16365df
commit db6b950c29
17 changed files with 441 additions and 11 deletions

View File

@ -0,0 +1,14 @@
{% if error > 0 %}
<div class="err-banner">
<h3>Error</h3>
{% if error == 1 %}
Card not registered, or wrong password
{% elif error == 2 %}
Missing or malformed access code
{% elif error == 3 %}
Failed to create user
{% else %}
An unknown error occoured
{% endif %}
</div>
{% endif %}