Skip to content
Snippets Groups Projects
Unverified Commit 19163d68 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

Adjust template to reflect additions in #855

parent 0427fb13
No related branches found
No related tags found
No related merge requests found
......@@ -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 %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment