diff --git a/akvo/templates/base.html b/akvo/templates/base.html
index 20e666ce25..2c48d61659 100644
--- a/akvo/templates/base.html
+++ b/akvo/templates/base.html
@@ -10,25 +10,28 @@
{% if update %}
-
-
- {% if update.photo %}
-
- {% else %}
-
- {% endif %}
+
+
+
+ {% if update.photo %}
+
+ {% else %}
+
+ {% endif %}
{% elif project %}
-
-
- {% if project.current_image %}
-
- {% else %}
-
- {% endif %}
+
+
+
+ {% if project.current_image %}
+
+ {% else %}
+
+ {% endif %}
{% else %}
-
-
-
+
+
+
+
{% endif %}
{% if facebook_app_id %}