From 01354fa70c36a70d5a503139e32531bb8410be3b Mon Sep 17 00:00:00 2001 From: lubiana Date: Wed, 26 Jun 2024 20:49:00 +0200 Subject: [PATCH] remove vendor id from list --- templates/food_vendor/index.html.twig | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/food_vendor/index.html.twig b/templates/food_vendor/index.html.twig index 1cb1701..7754082 100644 --- a/templates/food_vendor/index.html.twig +++ b/templates/food_vendor/index.html.twig @@ -8,7 +8,6 @@ - @@ -16,7 +15,6 @@ {% for food_vendor in food_vendors %} -
Id Name actions
{{ food_vendor.id }} {{ food_vendor.name }} show -- 2.39.5