From e3181cfbcdf0ef12b30a0967a713a7e4e102b5ee Mon Sep 17 00:00:00 2001 From: Angel Fernando Quiroz Campos Date: Mon, 17 Dec 2018 17:01:23 -0500 Subject: [PATCH] Improve button to notify teacher on lp #2757 --- main/template/default/learnpath/list.tpl | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/main/template/default/learnpath/list.tpl b/main/template/default/learnpath/list.tpl index f2c70f57a1..591dfbd2a5 100644 --- a/main/template/default/learnpath/list.tpl +++ b/main/template/default/learnpath/list.tpl @@ -491,15 +491,14 @@ {% endfor %} -{% if not is_invitee %} +{% if not is_invitee and lp_is_shown %}
{% if not is_ending %} - - He finalizado las lecciones, notificar al profesor - + {% else %} - He finalizado las lecciones, notificar al profesor {{ 'IHaveFinishedTheLessonsNotifyTheTeacher'|get_lang }} {% endif %}