Changeset 8a18cf5 for src/main/resources
- Timestamp:
- 03/06/23 19:58:20 (21 months ago)
- Branches:
- master
- Children:
- 40935d3
- Parents:
- 7215773
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/film.html
r7215773 r8a18cf5 62 62 <span>/5</span> 63 63 </h4> 64 <th:block sec:authorize="hasAuthority('ROLE_USER')" th:if="${#request.getRemoteUser() != null}"> 64 65 <form th:action="@{'/home/addRating/{id}' (id=${film.id_film})}" 65 66 th:method="POST"> … … 70 71 <button class="button" type="submit">Додади Оцена</button> 71 72 </form> 73 </th:block> 72 74 </div> 73 75 <div class="slika">
Note:
See TracChangeset
for help on using the changeset viewer.