Changeset 04153a9 for src/main/resources/templates/event.html
- Timestamp:
- 02/10/23 11:35:17 (21 months ago)
- Branches:
- master
- Children:
- 633b371
- Parents:
- ef84238
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/event.html
ref84238 r04153a9 52 52 минути 53 53 </h4> 54 <th:block sec:authorize="hasAuthority('ROLE_USER')" th:if="${#request.getRemoteUser() != null}"> 54 55 <form th:action="@{'/home/addInterestedEvent/{id}' (id=${event.id_event})}" 55 56 th:method="POST"> 56 57 <button class="button" type="submit">Додади Заинтересиран</button> 57 58 </form> 59 </th:block> 58 60 </div> 59 61 <div class="slika">
Note:
See TracChangeset
for help on using the changeset viewer.