{% extends "master.html" %} {% from "_formhelpers.html" import render_field %} {% block title %}New Host Country{% endblock %} {%block tag %}home{% endblock %} {% block content %}
Add host country allowed

Some mirrors need to restrict themselves to serving only end users from their country. If you're one of these, list the 2-letter ISO code for the countries you will allow end users to be from. The mirrorlist CGI will honor this.

{{ render_field(form.country) }}

{{ form.csrf_token }}

{% endblock %}