Changeset 56a6233


Ignore:
Timestamp:
03/10/23 21:52:17 (16 months ago)
Author:
SazdovaEkaterina <sazdovaekaterina@…>
Branches:
main
Children:
7aa3382
Parents:
104185f
Message:

fix problems with model -> template + change naming

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Prototype Application/Paw5/src/main/resources/templates/approve-adopters.html

    r104185f r56a6233  
    11<!DOCTYPE html>
    2 <html lang="en" xmlns:th="http://www.thymeleaf.org">
     2<html lang="en" xmlns:th="http://thymeleaf.org">
    33<head>
    44    <meta charset="UTF-8">
     
    5252    <ul>
    5353      <li
    54           th:each="na : ${needApproval}"
    55           th:text="${na.getName()}">
     54          th:each="adopter : ${needApproval}"
     55          th:text="${adopter.getName()}">
    5656          <!--napravi tabela-->
    5757      </li>
Note: See TracChangeset for help on using the changeset viewer.