From 2647964ba77acff2963f4f448a184c7ab8e1277a Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Tue, 24 Mar 2015 22:36:55 -0400 Subject: also translate the placeholders --- templates/login.htm | 75 ---------------------------------------------------- templates/login.html | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++ templates/rsvp.html | 14 +++++----- 3 files changed, 82 insertions(+), 82 deletions(-) delete mode 100644 templates/login.htm create mode 100644 templates/login.html diff --git a/templates/login.htm b/templates/login.htm deleted file mode 100644 index 9987a0a..0000000 --- a/templates/login.htm +++ /dev/null @@ -1,75 +0,0 @@ - - - - Login - - - - - - - -
- banner -
-
-
-
- -
- - - -
-
-
-
- -
- -
-
-
- -
- -
-
- {% with messages = get_flashed_messages() %} - {% if messages %} - {% for message in messages %} - - {% endfor %} - {% endif %} - {% endwith %} -
-
- -
-
-
- -
- - - - - diff --git a/templates/login.html b/templates/login.html new file mode 100644 index 0000000..757aac0 --- /dev/null +++ b/templates/login.html @@ -0,0 +1,75 @@ + + + + Login + + + + + + + +
+ banner +
+
+
+
+ +
+ + + +
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+ {% with messages = get_flashed_messages() %} + {% if messages %} + {% for message in messages %} + + {% endfor %} + {% endif %} + {% endwith %} +
+
+ +
+
+
+ +
+ + + + + diff --git a/templates/rsvp.html b/templates/rsvp.html index 6ae08f4..c3b16fc 100644 --- a/templates/rsvp.html +++ b/templates/rsvp.html @@ -23,7 +23,7 @@
+ name="full_name" placeholder="{{_('Your full name')}}" value="{{form['full_name'] if form['full_name']}}"/>

@@ -46,7 +46,7 @@

@@ -55,7 +55,7 @@
@@ -77,10 +77,10 @@
- +
@@ -104,7 +104,7 @@
-
@@ -116,7 +116,7 @@
-
-- cgit v1.2.3-70-g09d2