From 54d57b2b83ab2704335dd9aacebfe9c2945b3872 Mon Sep 17 00:00:00 2001 From: Jannis Portmann Date: Sat, 15 May 2021 18:58:28 +0200 Subject: [PATCH] add modal to confirm deletion of offer --- templates/app/offer.html.twig | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/templates/app/offer.html.twig b/templates/app/offer.html.twig index 8c9af9f..d182b52 100644 --- a/templates/app/offer.html.twig +++ b/templates/app/offer.html.twig @@ -20,8 +20,28 @@ {% if offer.byUser == user %} - - + + + + {% else %}

Wishes

{{ offer.byUser }} would like some of the following in return:

@@ -40,4 +60,4 @@ {% endif %} -{% endblock %} \ No newline at end of file +{% endblock %}