Ignore:
Timestamp:
02/04/24 17:12:57 (5 months ago)
Author:
Blazho <aleksandar.blazhevski@…>
Branches:
master
Children:
a226bc3
Parents:
cab1b7d
Message:

Added order items page

File:
1 edited

Legend:

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

    rcab1b7d ree27685  
    4848            <td th:text="${naracka.telefon}"></td>
    4949            <td>
    50                 <form th:method="POST" th:action="@{/naracki/naracka}">
     50                <form th:method="GET" th:action="@{/naracki/naracka}">
    5151                    <input type="datetime-local" hidden th:value="${naracka.vreme}" th:name="vreme">
    5252                    <input type="text" hidden th:value="${naracka.telefon}" th:name="telefon">
Note: See TracChangeset for help on using the changeset viewer.