{% extends "admin/base.html" %} {% load static %} {% block head %} {{ block.super }} {# Token used by Javscript code to make ``fetch`` requests #} {% endblock %} {% block extrahead %} {{ blocksuper }} {% endblock %} {% block breadcrumbs %} Admin > Collections > Add to Crawl Queue {% endblock %} {% block title %} {{ block.super }} - Add to Crawl Queue {% endblock %} {% block content_title %} {{ block.super }} - Add to Crawl Queue {% endblock %}} {% block content %} {% include "se/components/modal.html" with id="tags" title=tags_edit_title %}
{% csrf_token %}

{{ form.urls.label }}

{{ form.urls.errors }} {{ form.urls }} {% if form.urls.help_text %}

{{ form.urls.help_text|safe }}

{% endif %}

{{ form.collection }} Create new Collection

{{ form.crawl_scope.errors }}

{{ form.crawl_scope }} {% if form.crawl_scope.help_text %}

{{ form.crawl_scope.help_text|safe }}

{% endif %}

{% for collection in collections %}

{% endfor %}

{{ form.show_on_homepage.errors }} {{ form.show_on_homepage }} {% if form.show_on_homepage.help_text %}

{{ form.show_on_homepage.help_text|safe }}

{% endif %}

{% endblock %}