Skip to content
Snippets Groups Projects
Commit d568bcaf authored by Alan Drozd's avatar Alan Drozd Committed by Stephane Nicoll
Browse files

Fix including template in layout fragment

Closes gh-319
parent 932f17dd
No related branches found
No related tags found
No related merge requests found
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
<div class="container-fluid"> <div class="container-fluid">
<div class="container xd-container"> <div class="container xd-container">
<div th:replace="${template}"/> <th:block th:include="${template}"/>
<br/> <br/>
<br/> <br/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment