{% extends "base.html" %} {% load static %} {% block css %} {% endblock %} {% block js %} {% endblock %} {% block content %}
{% csrf_token %}
{% for ruleset_name, ruleset in rules.items %}

{{ ruleset_name|title }}

Delete
Keyword
Show notification
Whole word
Regex
{% for rule in ruleset %}
{% if not rule.instance.keyword %}
Default values
{% else %}
{{ rule.keyword }}
{% endif %}
{{ rule.show_notification }}
{{ rule.whole_word }}
{{ rule.regex }}
{% endfor %}
Add rule
{% endfor %}

Hidden posts

Choose "Hide this post" from any post's dropdown menu and it will be added to this list.

Delete
Post
Show notification
{% for post in hiddenposts %}
{% if not post.instance.post %}
Default values
{% else %}
{{ post.post }}
{% endif %}
{{ post.show_notification }}
{% endfor %}
Add post
Import from Tumblr Savior

Import from Tumblr Savior

Paste your Tumblr Savior save data into the box below to import your blacklist and whitelist.

{% csrf_token %}
{{ importsavior.json }}
{% endblock %} {% block bottom %} {% include "links.html" %} {% endblock %}