aboutsummaryrefslogtreecommitdiffstats
path: root/www/templates/en
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/en')
-rw-r--r--www/templates/en/submit_confirm.html2
-rw-r--r--www/templates/en/submit_name.html1
-rw-r--r--www/templates/en/submit_password.html1
3 files changed, 4 insertions, 0 deletions
diff --git a/www/templates/en/submit_confirm.html b/www/templates/en/submit_confirm.html
index 255b21c..ca87e78 100644
--- a/www/templates/en/submit_confirm.html
+++ b/www/templates/en/submit_confirm.html
@@ -11,6 +11,8 @@
Please confirm your name, if you want it to be public and optionally your phone number.
</p>
+ <div id="errors"></div>
+
<div class="inputcard">
<div>
<input data-role="none" type="text" value="<%= user.name %>" name="name" id="form_name" placeholder="Please enter your name" required>
diff --git a/www/templates/en/submit_name.html b/www/templates/en/submit_name.html
index 5b87c62..a5d80e9 100644
--- a/www/templates/en/submit_name.html
+++ b/www/templates/en/submit_name.html
@@ -3,6 +3,7 @@
</div>
<div data-role="content">
+ <div id="errors"></div>
<div class="inputcard">
<div>
<input data-role="none" type="text" value="<%= user.name %>" name="name" id="form_name" placeholder="Please enter your name" required>
diff --git a/www/templates/en/submit_password.html b/www/templates/en/submit_password.html
index 045885f..1624c70 100644
--- a/www/templates/en/submit_password.html
+++ b/www/templates/en/submit_password.html
@@ -3,6 +3,7 @@
</div>
<div data-role="content">
+ <div id="errors"></div>
<form id="passwordForm" name="passwordForm">
<div id="password_row">
<div class="inputcard">