diff --git a/archivist/apps/templates/importer/index.html b/archivist/apps/templates/importer/index.html new file mode 100644 index 0000000..9c4c69b --- /dev/null +++ b/archivist/apps/templates/importer/index.html @@ -0,0 +1,55 @@ +{% extends "layouts/base-electric.html" %} + +{% load static %} + +{% block title %} Importer {% endblock title %} + +{% block stylesheets %}{% endblock stylesheets %} + +{% block content %} + + {% include "includes/navigation-transparent.html" %} + +
+
+ +
+
+
+

Importer

+ + {% include "importer/partials/tabnavbar.html" %} + +
+ + {% if ImportURLFormMSG %} +
+

+ {{ ImportURLFormMSG | safe }} +

+
+ {% endif %} + + {% csrf_token %} + +
+ + {{ ImportURLForm.url }} +
+ {% comment %} URL {% endcomment %} +
+ +
+ +
+ +
+ +
+
+
+ +
+
+ +{% endblock content %} diff --git a/archivist/apps/templates/importer/source_urls.html b/archivist/apps/templates/importer/source_urls.html index b1ded4d..ba0af69 100644 --- a/archivist/apps/templates/importer/source_urls.html +++ b/archivist/apps/templates/importer/source_urls.html @@ -99,4 +99,27 @@ + + {% endblock content %}