Commit ae6ff6b
committed
feature #7566 Add login_form_footer block to the login page template (lacatoire)
This PR was submitted for the 4.x branch but it was merged into the 5.x branch instead.
Discussion
----------
Add login_form_footer block to the login page template
Adds an empty `login_form_footer` Twig block right after the `</form>` element in `templates/page/login.html.twig` so applications can render additional markup (disclaimer, terms of service, extra link) without copying the whole template.
Documented in `doc/dashboards.rst` next to the other login page options.
Closes #7544
Commits
-------
f6c3309 Add login_form_footer block to the login page template2 files changed
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1090 | 1090 | | |
1091 | 1091 | | |
1092 | 1092 | | |
| 1093 | + | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
| 1097 | + | |
| 1098 | + | |
| 1099 | + | |
| 1100 | + | |
| 1101 | + | |
| 1102 | + | |
| 1103 | + | |
| 1104 | + | |
| 1105 | + | |
| 1106 | + | |
| 1107 | + | |
| 1108 | + | |
| 1109 | + | |
| 1110 | + | |
| 1111 | + | |
| 1112 | + | |
| 1113 | + | |
| 1114 | + | |
| 1115 | + | |
1093 | 1116 | | |
1094 | 1117 | | |
1095 | 1118 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
| |||
0 commit comments