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' %}