Skip to content

Commit e28da29

Browse files
author
bastienwcs
committed
fix
1 parent 9ec12f6 commit e28da29

File tree

3 files changed

+1
-34
lines changed

3 files changed

+1
-34
lines changed

src/main/resources/templates/school_get.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<body>
88
<ul>
99
<li th:text="|Id: ${school.id}|">$id</li>
10+
<li th:text="|Name: ${school.name}|">$name</li>
1011
<li th:text="|Capacity: ${school.capacity}|">$capacity</li>
1112
<li th:text="|Country: ${school.country}|">$country</li>
1213
</ul>

src/main/resources/templates/school_get_all.html

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/main/resources/templates/wizard_get_all.html

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)