Sorts admin templates into even more directories

This commit is contained in:
Mouse Reeve
2021-09-28 12:22:41 -07:00
parent 057f870997
commit 7b985f3a41
19 changed files with 0 additions and 0 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 %}