aboutsummaryrefslogtreecommitdiff
path: root/juick-spring-www/src/main/webapp/WEB-INF/templates/views/settings_result.html
diff options
context:
space:
mode:
Diffstat (limited to 'juick-spring-www/src/main/webapp/WEB-INF/templates/views/settings_result.html')
-rw-r--r--juick-spring-www/src/main/webapp/WEB-INF/templates/views/settings_result.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/settings_result.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/settings_result.html
index ddde1baf..20cb097d 100644
--- a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/settings_result.html
+++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/settings_result.html
@@ -8,10 +8,10 @@
<body>
<section id="content">
- <p th:utext="${result}">Settings update status</p>
+ <p layout:fragment="content" th:utext="${result}">Settings update status</p>
</section>
<aside id="column">
- <p th:replace="views/partial/settings/tabs">Settings navigation</p>
+ <p layout:fragment="column" th:replace="views/partial/settings_tabs">Settings navigation</p>
</aside>
</body>