]> git.parisson.com Git - teleforma.git/commitdiff
no check for staff
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 7 Jan 2014 23:34:01 +0000 (00:34 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 7 Jan 2014 23:34:01 +0000 (00:34 +0100)
teleforma/templates/teleforma/seminar_detail.html

index 860b60895245d90db930dca907cfd47bf670a10b..0d4417d58b9b41df869ee2fee73cd7ef0b3202f4 100644 (file)
@@ -86,7 +86,7 @@ $(window).ready(function(){
         <div class="course_title">
           
           <div style="float: right; font-size: 0.9em;">
-            {% if seminar_progress == 100 %}
+            {% if seminar_progress == 100 and not user.is_staff %}
             <img src="{{ STATIC_URL }}telemeta/images/ok.png" title="{% trans "validated" %}" alt="{% trans "validated" %}"/>
             {% endif %}