We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3b0cd commit d368273Copy full SHA for d368273
src/main/resources/templates/pet/listForAdoption.html
@@ -31,7 +31,7 @@ <h3 th:text="${pet.name}"></h3>
31
<li th:text="${pet.vaccinated}? #{pet.vaccinated} : #{pet.not.vaccinated}"/>
32
</ul>
33
</p>
34
- <p th:text="${pet.adoption.description}"/>
+ <p th:text="${pet.adoption?.description}"/>
35
<br/>
36
<center>
37
<a th:href="@{/telephone/adopt(uuid=${pet.uuid})}" class="btn btn-success">
0 commit comments