Made lesson resolution with Thymeleaf dynamic

This commit is contained in:
Nanne Baars
2016-05-13 15:42:48 +02:00
parent 4a19ddf40a
commit 22d2255664
6 changed files with 23 additions and 15 deletions

View File

@ -7,6 +7,6 @@
<div id="message" class="info" th:utext="${message}"></div>
<br/>
<div th:utext="${lesson.content}"></div>
<div th:replace="lesson:showLesson"></div>
<div th:replace="lesson:__${lesson}__"></div>
</html>