]> git.parisson.com Git - teleforma.git/commitdiff
fix double check
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 7 Jan 2014 23:32:46 +0000 (00:32 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 7 Jan 2014 23:32:46 +0000 (00:32 +0100)
teleforma/templates/teleforma/seminar_detail.html

index a144216b9dfd31a0bed3a2d69f08a307df1b1f44..860b60895245d90db930dca907cfd47bf670a10b 100644 (file)
@@ -95,12 +95,6 @@ $(window).ready(function(){
             {% endif %}
           </div>
 
-          <div style="float: right; font-size: 0.9em;">
-            {% if seminar_progress == 100 %}
-            <img src="{{ STATIC_URL }}telemeta/images/ok.png" title="{% trans "validated" %}" alt="{% trans "validated" %}"/>
-            {% endif %}
-          </div>
-
           <div style="text-align: left;">
             <a href="{% url teleforma-seminar-detail seminar.id %}">{{ seminar.title }}</a>
           </div>