Back to Archivebox

Add new URLs to your archive: results

archivebox/templates/core/add.html

0.7.4783 B
Original Source

{% extends "core/base.html" %} {% load static %} {% load i18n %} {% block breadcrumbs %}

{% endblock %} {% block extra_head %} {% endblock %} {% block body %}

{% if stdout %}

Add new URLs to your archive: results

{{ stdout | safe }}

Add more URLs ➕ {% else %}

Adding URLs to index and running archive methods...

Check the server log or the Log page for detailed progress... {% csrf_token %}

Add new URLs to your archive

{{ form.as_p }} Add URLs and archive ➕

(you will be redirected to your Snapshot list momentarily, its safe to close this page at any time) {% if absolute_add_path %} {% endif %} {% endif %} {% endblock %} {% block footer %}{% endblock %} {% block sidebar %}{% endblock %}