{% extends "admin/change_form.html" %} {% load i18n %} {% block title %}Import ZIP Shapefiles{% endblock %} {% block breadcrumbs %} {% endblock %} {% block content %}

Import ZIP Shapefiles

Paste in a list of ZIP codes your site will cover. (This form will ignore any text, commas, etc., it just extracts any 5-digit codes to use.) OpenBlock with download and install shapefiles from the U.S. Census Bureau for them. This is usually only needed during the initial install of OpenBlock, but you can run it multiple times for multiple states or to add more zips later.

{% csrf_token %} {% include "admin/includes/fieldset.html" %}
{% endblock %}