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 %}