diff --git a/dal/dal/templates/error.html b/dal/dal/templates/error.html
index 0001244..2dba709 100644
--- a/dal/dal/templates/error.html
+++ b/dal/dal/templates/error.html
@@ -6,10 +6,12 @@ While trying to {{service}}, an error was encountered: {{error}}
You can try to:
+{% if urlname %}
or
+{% endif %}
diff --git a/dal/dal/templates/resetpasswordnew.html b/dal/dal/templates/resetpasswordnew.html
new file mode 100644
index 0000000..133c94f
--- /dev/null
+++ b/dal/dal/templates/resetpasswordnew.html
@@ -0,0 +1,14 @@
+ Set new password for {{user}}
+
+ Please set new password for {{user}}
+
+
diff --git a/dal/dal/templates/send_resetrequest.html b/dal/dal/templates/send_resetrequest.html
index c03ab7d..1a54e99 100644
--- a/dal/dal/templates/send_resetrequest.html
+++ b/dal/dal/templates/send_resetrequest.html
@@ -2,7 +2,8 @@
Reset request processed and confirmation email sent
-You will shortly get the confirmation email at {{email}} to confirm that you wish to reset the password for {{user}}.
+You will shortly get the confirmation email to confirm that you wish to reset the password for {{user}}.
+Please follow the link in the email to reset your password.