Changeset 8a18cf5 for src/main/resources


Ignore:
Timestamp:
03/06/23 19:58:20 (21 months ago)
Author:
DenicaKj <dkorvezir@…>
Branches:
master
Children:
40935d3
Parents:
7215773
Message:

fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/resources/templates/film.html

    r7215773 r8a18cf5  
    6262                <span>/5</span>
    6363            </h4>
     64            <th:block sec:authorize="hasAuthority('ROLE_USER')" th:if="${#request.getRemoteUser() != null}">
    6465            <form th:action="@{'/home/addRating/{id}' (id=${film.id_film})}"
    6566                  th:method="POST">
     
    7071                <button class="button" type="submit">Додади Оцена</button>
    7172            </form>
     73            </th:block>
    7274        </div>
    7375    <div class="slika">
Note: See TracChangeset for help on using the changeset viewer.