From 0bfd13c488fb9ae4d680ed4ed1333cd6206739e9 Mon Sep 17 00:00:00 2001 From: Zahdi <ZahdiMohcine20@gmail.com> Date: Wed, 26 Mar 2025 00:09:05 +0100 Subject: [PATCH] minor --- templates/wishlist/index.html.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/wishlist/index.html.twig b/templates/wishlist/index.html.twig index ae0d2ce9..8c24818b 100644 --- a/templates/wishlist/index.html.twig +++ b/templates/wishlist/index.html.twig @@ -16,13 +16,13 @@ <div class="container"> {% for wishlist in wishlists %} <div class="wishlist"> - <h2>{{ wishlist.title }}</h2> + <h2>{{ wishlist.name }}</h2> <div class="wishlist-items"> {% for item in wishlist.items %} <div class="wishlist-item">📷</div> {% endfor %} </div> - <p class="wishlist-footer">Authors: name1, name2</p> + <p class="wishlist-footer">{{wishlist.deadline}}</p> <div class="wishlist-actions"> <button title="Share wishlist">↗</button> <button title="Edit title">✏</button> -- GitLab