1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-06-25 16:04:37 -05:00

Appeal Process upgrade

Changed the appeal process so that each request is tracked in the
database to make reviewing and time limits easier to manage.

An email is still sent but it's just a notifcation to let the admin know
an appeal has been filed.
This commit is contained in:
ro
2024-02-08 14:37:34 -06:00
parent 09442e6d4a
commit 69d847aa11
7 changed files with 96 additions and 37 deletions

View File

@ -97,6 +97,11 @@ main > section > article {
min-height: 400px;
}
textarea[name="appeal_description"] {
width: 300px;
height: 200px;
}
/* NAV */
#main-nav {