forked from rDrama/rDrama
1
0
Fork 0
rDrama/drama/templates/admin/admin_home.html

37 lines
1.2 KiB
HTML
Raw Normal View History

2021-07-21 01:12:26 +00:00
{% extends "default.html" %}
{% block title %}
<title>Drama</title>
<meta name="description" content="Drama Help">
{% endblock %}
{% block content %}
<pre></pre>
<pre></pre>
<h4>&nbsp;Admin Tools</h4>
{% filter markdown %}
* [Advanced Stats](/api/user_stat_data)
* [Ban Domain](/admin/domain/enter%20domain%20here)
* [Shadowbanned Users](/admin/shadowbanned)
* [Users with Agendaposter Theme](/admin/agendaposters)
* [Flagged Posts](/admin/flagged/posts)
* [Flagged Comments](/admin/flagged/comments)
* [Image Posts](/admin/image_posts)
* [Removed Posts](/admin/removed)
* [Users Feed](/admin/users)
* [Remove image from imgur and from cloudflare cache](/admin/image_purge)
* [Perceptive Hash Image Ban](/admin/image_ban)
* [Multi Vote Analysis](/admin/alt_votes)
* [App Queue](/admin/apps)
* [App Data](/admin/appdata)
* [Badges](/admin/badge_grant)
* [Content Stats](/admin/content_stats)
{% endfilter %}
2021-07-26 15:28:48 +00:00
{#<div class="custom-control custom-switch">
2021-07-26 14:45:12 +00:00
<input type="checkbox" class="custom-control-input" id="disablesignups" name="disablesignups" {% if 'DISABLESIGNUPS' | app_config %}checked{% endif %} onchange="post('/disablesignups');">
2021-07-21 01:12:26 +00:00
<label class="custom-control-label" for="disablesignups">Disable signups</label>
2021-07-26 15:28:48 +00:00
</div>#}
2021-07-21 01:12:26 +00:00
{% endblock %}