From 6e3b8247905541cb9d72cd6529bfbc2f95d4c698 Mon Sep 17 00:00:00 2001 From: "anthony.richard" Date: Tue, 21 Nov 2023 15:11:35 +0100 Subject: [PATCH] css groupView --- Project/php/templates/manageGroupView.html | 6 +----- Project/php/templates/manageVocabListView.html | 4 ---- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/Project/php/templates/manageGroupView.html b/Project/php/templates/manageGroupView.html index 07e1fe5..db0d0c3 100755 --- a/Project/php/templates/manageGroupView.html +++ b/Project/php/templates/manageGroupView.html @@ -18,15 +18,11 @@ {% include 'navBar.twig' %}
-
+

Group list

{% include 'groupContainer.twig' with {'actions' : ['showGroupDetails', 'removeGroup']} %}
diff --git a/Project/php/templates/manageVocabListView.html b/Project/php/templates/manageVocabListView.html index 0c2914d..4b62b05 100755 --- a/Project/php/templates/manageVocabListView.html +++ b/Project/php/templates/manageVocabListView.html @@ -19,10 +19,6 @@ {% include 'navBar.twig' %}