frontend: add management pages

This commit is contained in:
2023-07-23 22:21:49 -04:00
parent b943807904
commit 6c89a97fe3
7 changed files with 321 additions and 7 deletions

View File

@ -7,6 +7,10 @@ Card not registered, or wrong password
Missing or malformed access code
{% elif error == 3 %}
Failed to create user
{% elif error == 4 %}
Arcade not found
{% elif error == 5 %}
Machine not found
{% else %}
An unknown error occoured
{% endif %}