Changeset 264d675 for Prototype Application/Paw5/src/main
- Timestamp:
- 03/09/23 15:38:29 (20 months ago)
- Branches:
- main
- Children:
- c3278ac
- Parents:
- 95dd50a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Prototype Application/Paw5/src/main/resources/templates/pet-details.html
r95dd50a r264d675 69 69 <form method="POST" 70 70 th:action="@{'/submit-adoption-{id}' (id=${pet.getId()})}" 71 th:if="${pet.getAdoption ==null}">71 th:if="${pet.getAdoption()==null}"> 72 72 <button id="submit" 73 73 type="submit"
Note:
See TracChangeset
for help on using the changeset viewer.