Adds task
This commit is contained in:
@ -17,7 +17,10 @@
|
||||
{% trans "Auto-moderation rules will create reports for any user or status with fields matching the provided string." %}
|
||||
{% trans "At this time, reports are <em>not</em> being generated automatically, and you must manually trigger a scan." %}
|
||||
</p>
|
||||
<button class="button is-warning">{% trans "Run scan" %}</button>
|
||||
<form name="run-scan" method="POST" action="{% url 'settings-automod-run' %}">
|
||||
{% csrf_token %}
|
||||
<button class="button is-warning">{% trans "Run scan" %}</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
{% if success %}
|
||||
|
Reference in New Issue
Block a user