From 07eec6aea1f348d8fce5a555b4ee3490ab85ea7b Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Tue, 24 May 2016 08:00:30 +0000 Subject: [PATCH] Add Ipsilon forgot password template (ticket #5263) Signed-off-by: Patrick Uiterwijk --- roles/ipsilon/files/templates/layout.html | 1 + roles/ipsilon/files/templates/login/form.html | 13 ++++++++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/roles/ipsilon/files/templates/layout.html b/roles/ipsilon/files/templates/layout.html index 8630b12108..43860748cd 100644 --- a/roles/ipsilon/files/templates/layout.html +++ b/roles/ipsilon/files/templates/layout.html @@ -49,6 +49,7 @@ {% block main %}{% endblock %} + {% block after_card %}{% endblock %} diff --git a/roles/ipsilon/files/templates/login/form.html b/roles/ipsilon/files/templates/login/form.html index c7149dfe3c..119e27b84e 100644 --- a/roles/ipsilon/files/templates/login/form.html +++ b/roles/ipsilon/files/templates/login/form.html @@ -8,7 +8,7 @@ {% endblock %} {% block cardwidths %}col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2{% endblock %} {% block maintitle %} - login with FAS + Log in with FAS {% endblock %} {% block main %} {% if error %}

{{error}}

{% endif %} @@ -19,17 +19,24 @@ -
+ {% endblock %} +{% block after_card %} + +
Don't have a FAS account? Sign up now.
+ +{% endblock %}