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:
@ -45,12 +45,15 @@
|
||||
<form action="/appeal" method="post" enctype="multipart/form-data">
|
||||
@csrf
|
||||
<label>Appeal Location</label><br />
|
||||
<input type="text" name="location" value="" />
|
||||
<br />
|
||||
<input type="text" name="location" value="" /><br />
|
||||
<label>Appeal Location Admin</label><br />
|
||||
<input type="text" name="location_admin" value="" /><br />
|
||||
<label>Appeal Sponsor</label><br />
|
||||
<input type="text" name="sponsor" value="" /><br />
|
||||
<label>What is 1+1?</label><br />
|
||||
<input type="text" name="question" value="" /><br />
|
||||
<label>Appeal Summary</label><br />
|
||||
<textarea name="appeal_description">Appeal Summary</textarea>
|
||||
<input type="hidden" name="h1" value="" /><br />
|
||||
<input type="submit" value="File Appeal" name="submit_button">
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user