Adding admin and report endpoints
This commit is contained in:
parent
af299a53c7
commit
6c128d0567
18 changed files with 335 additions and 6 deletions
11
app/templates/report_done.html
Normal file
11
app/templates/report_done.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{% extends "report_base.html" %}
|
||||
|
||||
{% block body %}
|
||||
<div class="item">
|
||||
<h1>Done</h1>
|
||||
|
||||
<p>Your report has been sent.<br />
|
||||
We'll review the user or message, and, if against our Community
|
||||
Guidelines, we'll remove it.</p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue