Commit 25960cd
Fix missing form close
The user register <form> was not properly closed. This was subsequently leading to issues where e.g. newsletter subscribe forms are used in custom blocks in the sidebar loaded via the footer.tpl.
User registration was blocked completely in this context due to missing required fields.1 parent d7c0745 commit 25960cd
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
166 | | - | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
| |||
0 commit comments