{% extends "base.html" %} {% block content %}
{% with staff_nav_active="rate_limits" %} {% include "partials/staff_sidebar.html" %} {% endwith %}
{% with breadcrumbs=[ {"name": "Staff", "href": "/staff"}, {"name": "Rate Limits", "href": "/staff/rate-limits"}, {"name": "New Rate Limit"} ] %} {% include "partials/breadcrumbs.html" %} {% endwith %}

New Rate Limit

Create a stored rule without enabling enforcement code yet.

{% with staff_site_settings_tab_active="rate_limits" %} {% include "partials/staff_site_settings_tabs.html" %} {% endwith %}
{% if error %}
{{ error }}
{% endif %}
Cancel
{% endblock %}