diff --git a/src/web/templates/contribute.html b/src/web/templates/contribute.html index 0fca79c403ae9bb409e6db06413102d77b58746c..3f6f81e4353601cf19a4b9bd09e0a7c9ec79a430 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 75d401177fb233f919ec7c1bd02c7133aa31b053..7341920e055e04e9a202ae8804ae7dda353e7013 100644 --- a/src/web/templates/layout.html +++ b/src/web/templates/layout.html @@ -90,59 +90,5 @@ - -