submit_error_forbidden.html 153 B

123456
  1. {% extends "base.html" %}
  2. {% block content %}
  3. <p><strong>Error:</strong> the target you specified (&quot;{{ ip }}&quot;)
  4. is invalid.</p>
  5. {% endblock %}