Changeset cadbec3 for Prototype Application/Paw5
- Timestamp:
- 03/05/23 17:31:10 (20 months ago)
- Branches:
- main
- Children:
- 9358bff
- Parents:
- 33b9f30
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Prototype Application/Paw5/src/main/resources/templates/pet-details.html
r33b9f30 rcadbec3 67 67 </tr> 68 68 </table> 69 <form method="POST" th:action="@{'/submit-adopton-{id}' (id=${session.pet.getId()})}" th:disabled="${session.disableAdoption}"> 69 <form method="POST" 70 th:action="@{'/submit-adopton-{id}' (id=${session.pet.getId()})}" 71 th:if="${session.pet.getAdoptionId()==null}"> 70 72 <button id="submit" type="submit">Adopt</button> 71 73 </form>
Note:
See TracChangeset
for help on using the changeset viewer.