From c7dae14d324249d600da906581a8d0c1aa66ff96 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 12 May 2014 18:54:03 +0200 Subject: [PATCH] Add password page template --- templates/default/password.html.ep | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 templates/default/password.html.ep diff --git a/templates/default/password.html.ep b/templates/default/password.html.ep new file mode 100644 index 0000000..1f86320 --- /dev/null +++ b/templates/default/password.html.ep @@ -0,0 +1,28 @@ +% title $self->l('PASSWORD_REQUIRED'); +%= include 'header' +%= include 'public_toolbar' +
+
+
+

<%=l 'PASSWORD_REQUIRED' %>

+

<%=l 'A_PASSWORD_IS_NEEDED_TO_JOIN' %>

+
+
+
+
+ + + <%=l 'PASSWORD' %> + + + + + + +
+
+
+
+
+
+%=include 'footer'