Index: src/main/resources/templates/event.html
===================================================================
--- src/main/resources/templates/event.html	(revision ef84238c5842fc83e06f1bcf6bb2f580ae122c52)
+++ src/main/resources/templates/event.html	(revision 04153a9b0642311d309f3bab27010461073060ea)
@@ -52,8 +52,10 @@
                 минути
             </h4>
+            <th:block sec:authorize="hasAuthority('ROLE_USER')" th:if="${#request.getRemoteUser() != null}">
             <form th:action="@{'/home/addInterestedEvent/{id}' (id=${event.id_event})}"
                   th:method="POST">
                 <button class="button" type="submit">Додади Заинтересиран</button>
             </form>
+            </th:block>
         </div>
         <div class="slika">
Index: src/main/resources/templates/projectionsForFilm.html
===================================================================
--- src/main/resources/templates/projectionsForFilm.html	(revision ef84238c5842fc83e06f1bcf6bb2f580ae122c52)
+++ src/main/resources/templates/projectionsForFilm.html	(revision 04153a9b0642311d309f3bab27010461073060ea)
@@ -27,5 +27,5 @@
 </style>
 <h1 style="color: white" th:text="${film.name}"></h1>
-<div style="border-radius:30px" >
+<div style="border-radius:30px" xmlns:sec="http://www.w3.org/1999/xhtml">
     <div class="row">
         <div class="col-12 mt-3" style="padding-left:100px;height:75%;">
@@ -47,4 +47,5 @@
                 <div class="card-footer" style="border-bottom-right-radius:30px;border-bottom-left-radius:30px">
                     <small>
+                        <th:block sec:authorize="hasAuthority('ROLE_USER')" th:if="${#request.getRemoteUser() != null}">
                         <form th:action="@{'/home/getSeats/{id}' (id=${projection.id_projection})}"
                               th:method="GET">
@@ -63,5 +64,5 @@
                             <button class="button" type="submit">Резервирај</button>
                         </form>
-
+                        </th:block>
                     </small>
                 </div>
