add basic event log viewer

This commit is contained in:
2024-05-22 01:36:41 -04:00
parent 4ee4c26f5e
commit e66ae91740
5 changed files with 213 additions and 2 deletions

View File

@ -21,6 +21,8 @@ New Nickname too long
You must be logged in to preform this action
{% elif error == 10 %}
Invalid serial number
{% elif error == 11 %}
Access Denied
{% else %}
An unknown error occoured
{% endif %}