diff options
author | Vitaly Takmazov | 2016-12-20 12:33:51 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2016-12-20 12:33:51 +0300 |
commit | 8b02f969d3a09e39557474eb90ec821d550e3b1b (patch) | |
tree | 21dcc4d441cb55f7f83daf38b75c25fac163b88e /juick-spring-www/src/main/webapp/WEB-INF/templates/views/error.html | |
parent | d2de0b9d8cd2ddc6edb24de9d52ee8ab533c7403 (diff) |
juick-spring-www: WIP
Diffstat (limited to 'juick-spring-www/src/main/webapp/WEB-INF/templates/views/error.html')
-rw-r--r-- | juick-spring-www/src/main/webapp/WEB-INF/templates/views/error.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/error.html b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/error.html index 0b22deb3..9d763feb 100644 --- a/juick-spring-www/src/main/webapp/WEB-INF/templates/views/error.html +++ b/juick-spring-www/src/main/webapp/WEB-INF/templates/views/error.html @@ -11,5 +11,6 @@ <p th:text="#{error.pageNotFound.description}">Probably, user deleted this post, or this page never existed.</p> </article> </section> +<p layout:fragment="column" th:replace="views/partial/homecolumn">Main side column</p> </body> </html>
\ No newline at end of file |