mirror of
https://github.com/Foltik/Shimapan
synced 2024-11-11 07:54:55 -05:00
13 lines
457 B
Plaintext
13 lines
457 B
Plaintext
|
{% include "header.swig" %}
|
||
|
<form action="/includes/api.php?do=report" method="post">
|
||
|
<div class="form-group">
|
||
|
<label for="file">Filename</label>
|
||
|
<input id="file" type="text" name="file">
|
||
|
</div>
|
||
|
<div class="form-group">
|
||
|
<label for="reason">Reason</label>
|
||
|
<input id="reason" type="text" name="reason">
|
||
|
</div>
|
||
|
<input class="btn btn-default" type="submit" value="Report">
|
||
|
</form>
|
||
|
{% include "footer.swig" %}
|