rDrama/files/templates/admin/admin_home.html

50 lines
1.3 KiB
HTML

{% extends "default.html" %}
{% block title %}
<title>{{'SITE_NAME' | app_config}}</title>
<meta name="description" content="{{'SITE_NAME' | app_config}} Help">
{% endblock %}
{% block content %}
<pre></pre>
<pre></pre>
<h3>&nbsp;Admin Tools</h3>
{% filter markdown %}
#### Content
* [Reported Posts](/admin/reported/posts)
* [Reported Comments](/admin/reported/comments)
* [Image Posts](/admin/image_posts)
* [Removed Posts](/admin/removed)
#### Users
* [Shadowbanned Users](/admin/shadowbanned)
* [Users with Agendaposter Theme](/admin/agendaposters)
* [Users Feed](/admin/users)
#### Safety
* [Banned Domains](/admin/banned_domains)
* [Perceptive Hash Image Ban](/admin/image_ban)
* [Multi Vote Analysis](/admin/alt_votes)
#### Grant
* [Give User Award](/admin/user_award)
* [Badges](/admin/badge_grant)
#### API Access Control
* [Apps](/admin/apps)
#### Statistics
* [Content Stats](/stats)
* [Stat Chart](/chart)
#### Configuration
* [Site Rules](/admin/rules)
{% endfilter %}
<div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" id="disablesignups" name="disablesignups" {% if x == "yes" %}checked{% endif %} onchange="post_toast('/admin/disablesignups');">
<label class="custom-control-label" for="disablesignups">Disable signups</label>
</div>
{% endblock %}