Skip to content

Commit d368273

Browse files
committed
#197 Adding a temporal solution to this bug
1 parent 8d3b0cd commit d368273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/templates/pet/listForAdoption.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ <h3 th:text="${pet.name}"></h3>
3131
<li th:text="${pet.vaccinated}? #{pet.vaccinated} : #{pet.not.vaccinated}"/>
3232
</ul>
3333
</p>
34-
<p th:text="${pet.adoption.description}"/>
34+
<p th:text="${pet.adoption?.description}"/>
3535
<br/>
3636
<center>
3737
<a th:href="@{/telephone/adopt(uuid=${pet.uuid})}" class="btn btn-success">

0 commit comments

Comments
 (0)