d343ca3c9c
Adds a new template '_login_form_footer.html' and template includes at the right places to use the new template. The new template is a simple placeholder template for custom login form footer content. Unlike the login footer, this template places content into the form right below the login button. Such as a link to a password reset form or other additional links and info. Change-Id: I671a01b71353b847fce75937fb349569d5677df4 Implements: blueprint templated-login-form-footer
7 lines
272 B
HTML
7 lines
272 B
HTML
{% comment %}
|
|
A simple placeholder template for custom login form footer content.
|
|
Unlike the login footer, this template places content into the form
|
|
right below the login button. Such as a link to a password reset
|
|
form or other additional links.
|
|
{% endcomment %}
|