From df543873d21e056c9e2ab42019a760f520b3f00d Mon Sep 17 00:00:00 2001 From: Jochen Mehlich Date: Wed, 20 Dec 2023 18:36:31 +0100 Subject: [PATCH] added edit button Signed-off-by: Jochen Mehlich --- sourcePerson/templates/header.html | 2 +- sourcePerson/templates/list.html | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/sourcePerson/templates/header.html b/sourcePerson/templates/header.html index 525eefb..82d027c 100644 --- a/sourcePerson/templates/header.html +++ b/sourcePerson/templates/header.html @@ -28,7 +28,7 @@ -
+
{% block content %}{% endblock %}
diff --git a/sourcePerson/templates/list.html b/sourcePerson/templates/list.html index e39a0a3..650dd82 100644 --- a/sourcePerson/templates/list.html +++ b/sourcePerson/templates/list.html @@ -7,17 +7,19 @@ - - - + + + + {% for person in persons %} - + + {% endfor %}
NameBeschreibungAktiviertNameBeschreibungAktiviertBearbeiten
{{ person.name }} {{ person.description }} {% if person.isActive %} {% else %} {% endif %}