From 24aca79c5fc7d23c25b96bfd60bf3a90aa1b050d Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Wed, 8 Jan 2014 00:34:01 +0100 Subject: [PATCH] no check for staff --- teleforma/templates/teleforma/seminar_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index 860b6089..0d4417d5 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -86,7 +86,7 @@ $(window).ready(function(){
- {% if seminar_progress == 100 %} + {% if seminar_progress == 100 and not user.is_staff %} {% trans {% endif %} -- 2.39.5