frontend: implement add/edit card

This commit is contained in:
2024-08-09 02:37:34 -04:00
parent 68bbde209a
commit 06a7fdb1b1
3 changed files with 127 additions and 31 deletions

View File

@ -23,6 +23,10 @@ You must be logged in to preform this action
Invalid serial number
{% elif error == 11 %}
Access Denied
{% elif error == 12 %}
Card already registered
{% elif error == 13 %}
AmusementIC Access Codes beginning with 5 must have IDm
{% else %}
An unknown error occoured
{% endif %}