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 }} +
+
+ +
+
+
+
+
+