diff options
| author | Paul-Christian Volkmer | 2025-12-01 15:16:51 +0100 |
|---|---|---|
| committer | GitHub | 2025-12-01 15:16:51 +0100 |
| commit | eb6b26d33ec16d7880992268af5414b77abe521d (patch) | |
| tree | acd7d18bb1bf764104f6ef8e9a77eb0d2b80e8e2 /src/main/resources/templates/login.html | |
| parent | b7613a4bdf9b25c956f8002cbf185c3b130b3111 (diff) | |
feat: add footer containing version number (#204)
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 |
