feat: Add PersonalFlag flag with automatic cheat reporting
This commit is contained in:
16
assets/edit.html
Normal file
16
assets/edit.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<label>
|
||||
Personal<br>
|
||||
<small>Enter personal flag data</small>
|
||||
</label>
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" name="content" value="{{ content }}">
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" name="user id" value="{{ data }}">
|
||||
</div>
|
||||
<input type="hidden" name="type" value="personal">
|
||||
<input type="hidden" name="id" value="{{ id }}">
|
||||
<hr>
|
||||
<div class="form-group">
|
||||
<button class="btn btn-success float-right">Update</button>
|
||||
</div>
|
||||
Reference in New Issue
Block a user