From 1bd8a5fc2216482687da03bc6c4fb2415cf3a8b3 Mon Sep 17 00:00:00 2001 From: Simon Date: Sun, 10 Jun 2018 07:03:59 -0400 Subject: [PATCH] Designed form for bulk insert --- templates/submit.html | 60 +++++++++++++++++++++++++++++++++---------- 1 file changed, 46 insertions(+), 14 deletions(-) diff --git a/templates/submit.html b/templates/submit.html index 2b5db20..bd451b3 100644 --- a/templates/submit.html +++ b/templates/submit.html @@ -5,22 +5,54 @@ {% block body %}
-
Submit a website
+
+ +
-
-
- -
-
-
- {{ recaptcha.get_code()|safe }} -
-
- -
-
-
+
+
+ {# Single website #} +
+
+ +
+
+
+ {{ recaptcha.get_code()|safe }} +
+
+ +
+
+
+ +
+
+ {# Bulk #} +
+
+ +
+
+
+ {{ recaptcha.get_code()|safe }} +
+
+ +
+
+
+
+
+