From 19163d6896fb14aa1f492c40e68a475dfc327503 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Fri, 11 May 2018 13:10:19 +0200 Subject: [PATCH] Adjust template to reflect additions in #855 --- modules/core/templates/loginuserpass.twig | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/modules/core/templates/loginuserpass.twig b/modules/core/templates/loginuserpass.twig index ba30c9a07..7f27bc186 100644 --- a/modules/core/templates/loginuserpass.twig +++ b/modules/core/templates/loginuserpass.twig @@ -85,6 +85,15 @@ {% endfor %} </select> </div> + {% if rememberOrganizationEnabled is defined -%} + <div class="pure-controls pure-form-message"> + <label for="remember_organization" class="pure-checkbox"> + <input type="checkbox" id="remember_organization" tabindex="5" name="remember_organization" value="Yes" + {{ rememberOrganizationChecked ? 'checked="checked"' }} /> + <small>{{ 'Remember my organization'|trans }}</small> + </label> + </div> + {%- endif %} </div> <!--pure-control-group--> {%- endif %} -- GitLab