{% extends "base.html" %} {% block title %}Word Filter{% endblock %} {% block content %}
Replace matched words/phrases in shouts and posts. Case-insensitive.
| On | Pattern | Replacement | |
|---|---|---|---|
| {% if r.is_active %}on{% else %}off{% endif %} | {{ r.pattern }} |
{{ r.replacement }} |