Adds IP blocklist views

This commit is contained in:
Mouse Reeve
2021-09-17 12:59:16 -07:00
parent 8a5004d947
commit 6022e7b232
13 changed files with 173 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
{% extends 'components/tooltip.html' %}
{% load i18n %}
{% block tooltip_content %}
{% trans "You can block IP ranges using CIDR syntax." %}
{% endblock %}