]> git.parisson.com Git - teleforma.git/commitdiff
fix seminar pub button
authorGuillaume Pellerin <yomguy@parisson.com>
Tue, 7 Jan 2014 22:53:48 +0000 (23:53 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Tue, 7 Jan 2014 22:53:48 +0000 (23:53 +0100)
teleforma/templates/teleforma/seminar_detail.html

index d0fa4a79ff5ac760385b0e39aad4293308e3feee..80ee108ac14b586689208c890efb86713087ae6b 100644 (file)
@@ -84,10 +84,7 @@ $(window).ready(function(){
     <div class="course">
 
         <div class="course_title">
-          <div style="text-align: left;">
-            <a href="{% url teleforma-seminar-detail seminar.id %}">{{ seminar.title }}</a>
-          </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" %}"/>
@@ -103,6 +100,11 @@ $(window).ready(function(){
             <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>
+
         </div>
 
         {% block course_content %}