diff options
Diffstat (limited to 'juick-spring-www/src/main/webapp/WEB-INF/templates/views/settings_auth-email.html')
-rw-r--r-- | juick-spring-www/src/main/webapp/WEB-INF/templates/views/settings_auth-email.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/settings_auth-email.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/settings_auth-email.html index d4788fd6..715d474d 100644 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/settings_auth-email.html +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/settings_auth-email.html @@ -13,7 +13,7 @@ </article> </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> |