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.html | 75 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 templates/login.html (limited to 'templates/login.html') 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 %} +
+
+ +
+
+
+ +
+ + + + + -- cgit v1.2.3-70-g09d2