From 56a33989278a8fe2985f0d36d3c589136c1ec30d Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 30 Jul 2019 20:19:11 +0200 Subject: First commit --- commcrawler/templates/admin/add_to_crawl.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 commcrawler/templates/admin/add_to_crawl.html (limited to 'commcrawler/templates/admin/add_to_crawl.html') diff --git a/commcrawler/templates/admin/add_to_crawl.html b/commcrawler/templates/admin/add_to_crawl.html new file mode 100644 index 0000000..3822a73 --- /dev/null +++ b/commcrawler/templates/admin/add_to_crawl.html @@ -0,0 +1,16 @@ +{% extends "admin/base_site.html" %}{% load i18n %} + +{% block content %} +

{% blocktrans %}Add {{query_nb}} selected items to a crawl{% endblocktrans %}

+
+
+ {% csrf_token %} + {{form}} +   + + + {% for pk in items %} + {% endfor %} +
+
+{% endblock %} \ No newline at end of file -- cgit v1.2.3