Index: Prototype Application/Paw5/src/main/resources/templates/approve-adopters.html
===================================================================
--- Prototype Application/Paw5/src/main/resources/templates/approve-adopters.html	(revision 104185f66b32137ee9a0e81d8df4d37bbd65a685)
+++ Prototype Application/Paw5/src/main/resources/templates/approve-adopters.html	(revision 56a6233da687fb3a9b7a2004a0b368deb201a333)
@@ -1,4 +1,4 @@
 <!DOCTYPE html>
-<html lang="en" xmlns:th="http://www.thymeleaf.org">
+<html lang="en" xmlns:th="http://thymeleaf.org">
 <head>
     <meta charset="UTF-8">
@@ -52,6 +52,6 @@
     <ul>
       <li
-          th:each="na : ${needApproval}"
-          th:text="${na.getName()}">
+          th:each="adopter : ${needApproval}"
+          th:text="${adopter.getName()}">
           <!--napravi tabela-->
       </li>
