From 50097e17b239a69ac5b8f59b85d653bcc05c34ee Mon Sep 17 00:00:00 2001 From: Veen van der Date: Mon, 1 Aug 2016 07:37:44 +0200 Subject: [PATCH] start integrating new shelter form" --- src/web/templates/contribute.html | 72 +++++++++++++++++++++++++++---- src/web/templates/index.html | 2 +- src/web/templates/layout.html | 54 ----------------------- 3 files changed, 64 insertions(+), 64 deletions(-) diff --git a/src/web/templates/contribute.html b/src/web/templates/contribute.html index 0fca79c..3f6f81e 100644 --- a/src/web/templates/contribute.html +++ b/src/web/templates/contribute.html @@ -4,7 +4,11 @@

Add your project

The Shelter Database exists because of people like you!
We need you to help us build the content

- Add Project + {% if g.user.is_authenticated %} + Add Project + {% else %} + Please login to add your project + {% endif %}
@@ -28,22 +32,20 @@
+
Cancel
-
Next
+ +
Next
@@ -87,6 +89,58 @@
+ + diff --git a/src/web/templates/layout.html b/src/web/templates/layout.html index 75d4011..7341920 100644 --- a/src/web/templates/layout.html +++ b/src/web/templates/layout.html @@ -90,59 +90,5 @@ - - -- GitLab