Changeset ee27685 for src/main/resources/templates
- Timestamp:
- 02/04/24 17:12:57 (9 months ago)
- Branches:
- master
- Children:
- a226bc3
- Parents:
- cab1b7d
- Location:
- src/main/resources/templates
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/naracki.html
rcab1b7d ree27685 48 48 <td th:text="${naracka.telefon}"></td> 49 49 <td> 50 <form th:method=" POST" th:action="@{/naracki/naracka}">50 <form th:method="GET" th:action="@{/naracki/naracka}"> 51 51 <input type="datetime-local" hidden th:value="${naracka.vreme}" th:name="vreme"> 52 52 <input type="text" hidden th:value="${naracka.telefon}" th:name="telefon">
Note:
See TracChangeset
for help on using the changeset viewer.