From 70f34d0d75fb02b466a5c3b36042026a5b354e8d Mon Sep 17 00:00:00 2001 From: "anthony.richard" Date: Tue, 21 Nov 2023 13:48:47 +0100 Subject: [PATCH] link teacher --- Project/php/templates/navBar.twig | 3 +-- Project/php/templates/vocabularyContainer.twig | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Project/php/templates/navBar.twig b/Project/php/templates/navBar.twig index 8e6b6c7..0ce88d7 100755 --- a/Project/php/templates/navBar.twig +++ b/Project/php/templates/navBar.twig @@ -21,9 +21,8 @@ {% endif %} {% if 'teacher' in userRole%} - + - {% endif %} {% if userRole is empty %} diff --git a/Project/php/templates/vocabularyContainer.twig b/Project/php/templates/vocabularyContainer.twig index 6d2c5b4..5a6918a 100755 --- a/Project/php/templates/vocabularyContainer.twig +++ b/Project/php/templates/vocabularyContainer.twig @@ -22,7 +22,7 @@ {% if 'getContent' in actions %} - + {% endif %}