Sorts admin templates into even more directories
This commit is contained in:
8
bookwyrm/templates/settings/ip_blocklist/ip_tooltip.html
Normal file
8
bookwyrm/templates/settings/ip_blocklist/ip_tooltip.html
Normal file
@ -0,0 +1,8 @@
|
||||
{% extends 'components/tooltip.html' %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block tooltip_content %}
|
||||
|
||||
{% trans "You can block IP ranges using CIDR syntax." %}
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user