forked from mirrors/bookwyrm
8 lines
159 B
HTML
8 lines
159 B
HTML
{% extends 'components/tooltip.html' %}
|
|
{% load i18n %}
|
|
|
|
{% block tooltip_content %}
|
|
|
|
{% trans "You can block IP ranges using CIDR syntax." %}
|
|
|
|
{% endblock %}
|