Index: Prototype Application/Paw5/src/main/resources/templates/pet-details.html
===================================================================
--- Prototype Application/Paw5/src/main/resources/templates/pet-details.html	(revision 95dd50afca5fa12f863fbe2be59a3340686c2dfb)
+++ Prototype Application/Paw5/src/main/resources/templates/pet-details.html	(revision 264d675b7692a4b43ad987a3869c7ff0a70553e6)
@@ -69,5 +69,5 @@
 <form method="POST"
       th:action="@{'/submit-adoption-{id}' (id=${pet.getId()})}"
-      th:if="${pet.getAdoption==null}">
+      th:if="${pet.getAdoption()==null}">
     <button id="submit"
             type="submit"
