]> git.parisson.com Git - teleforma.git/commitdiff
fix
authoryomguy <yomguy@parisson.com>
Tue, 5 Jun 2012 00:10:01 +0000 (02:10 +0200)
committeryomguy <yomguy@parisson.com>
Tue, 5 Jun 2012 00:10:01 +0000 (02:10 +0200)
teleforma/templates/teleforma/course_detail.html
teleforma/templates/teleforma/courses.html

index 048be23609e042ca3de5ade659457a7934198647..fc44478a9fe4f4094a24be6742d9c6822f145f65 100644 (file)
@@ -45,7 +45,6 @@ $(document).ready(function(){
 {% endwith %}
 {% endblock %}
 
-
 {% else %}
 <div class="course_content">
 <p>{% trans "No document" %}</p>
index 8cb6d7d11acb23ae2ae93888d0390b35d0d3dac9..dd4f942fc6e3894a23feb2bccd9542879c8b6410 100644 (file)
@@ -65,13 +65,12 @@ $(document).ready(function(){
         {% endwith %}
         {% endblock %}
 
+
         {% block conference %}
         {% with course as course %}
         {% include "teleforma/inc/conference_list.html" %}
         {% endwith %}
         {% endblock %}
-        {% else %}
-
 
         {% block media %}
         {% with course as course %}
@@ -79,6 +78,7 @@ $(document).ready(function(){
         {% endwith %}
         {% endblock %}
 
+        {% else %}
         <div class="course_content">
          <p>{% trans "No document" %}</p>
         </div>