Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
urgi-is
FAIDARE
Commits
a9671eb5
Commit
a9671eb5
authored
Mar 10, 2022
by
Jean-Baptiste Nizet
Committed by
Cédric Exbrayat
Mar 11, 2022
Browse files
fix: error in error template
parent
d63fa76e
Changes
1
Hide whitespace changes
Inline
Side-by-side
backend/src/main/resources/templates/error.html
View file @
a9671eb5
...
...
@@ -2,7 +2,7 @@
<html
xmlns:th=
"http://www.thymeleaf.org"
th:replace=
"~{layout/main :: layout(title=~{::title}, content=~{::main}, script=~{
::script
})}"
th:replace=
"~{layout/main :: layout(title=~{::title}, content=~{::main}, script=~{})}"
>
<head>
<title>
Error
</title>
...
...
@@ -17,5 +17,6 @@
Unexpected error:
<span
th:text=
"${error}"
>
.
</span>
</p>
</main>
<script
th:inline=
"javascript"
></script>
</body>
</html>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment