Ignore:
Timestamp:
02/03/24 18:08:44 (5 months ago)
Author:
Blazho <aleksandar.blazhevski@…>
Branches:
master
Children:
cab1b7d
Parents:
aea04dd
Message:

Posetitelot komentira i dava ocena za recept(https://develop.finki.ukim.mk/projects/cbdb/wiki/useCase11)

File:
1 edited

Legend:

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

    raea04dd rd4d8fb9  
    8383                <select id="telefon" name="telefon" required>
    8484                    <option selected></option>
    85                     <option th:each="tel : ${telefoni}" th:text="tel" th:value="tel"></option>
     85                    <option th:each="posetitel : ${posetiteli}"
     86                            th:text="${posetitel.telefon}"
     87                            th:value="${posetitel.telefon}"></option>
    8688                </select>
    8789            </div>
Note: See TracChangeset for help on using the changeset viewer.