diff options
Diffstat (limited to 'src/main/resources/templates/login.html')
| -rw-r--r-- | src/main/resources/templates/login.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/resources/templates/login.html b/src/main/resources/templates/login.html index e07bb53..7b56d25 100644 --- a/src/main/resources/templates/login.html +++ b/src/main/resources/templates/login.html @@ -23,5 +23,6 @@ </form> </div> </main> + <footer th:replace="~{fragments.html :: footer}"></footer> </body> </html>
\ No newline at end of file |
