diff --git a/embark/templates/user/lostPassword.html b/embark/templates/user/lostPassword.html
index ace85cf8..861d92f5 100644
--- a/embark/templates/user/lostPassword.html
+++ b/embark/templates/user/lostPassword.html
@@ -7,9 +7,9 @@
{% endblock style %}
{% block title %}Reset Lost Password{% endblock title %}
{% block maincontent %}
-
- {% if email_setting %}
-
+
+ {% if email_setting %}
+
-
-
- {% else %}
-
-
- Contact your Admin
- {{ admin_email }}
-
-
- {% endif %}
-
-
+
+
+ {% else %}
+
+
+ Contact your Admin
+ {{ admin_email }}
+
+
+ {% endif %}
+
{% endblock maincontent %}
\ No newline at end of file
diff --git a/embark/templates/user/register.html b/embark/templates/user/register.html
index ec70bf3c..0e40642d 100644
--- a/embark/templates/user/register.html
+++ b/embark/templates/user/register.html
@@ -5,7 +5,7 @@
{% block title %}EMBArk register{% endblock title %}
{% block maincontent %}