]> git.parisson.com Git - teleforma.git/commitdiff
fix media_package metadata
authoryomguy <yomguy@parisson.com>
Wed, 2 Jan 2013 21:45:56 +0000 (22:45 +0100)
committeryomguy <yomguy@parisson.com>
Wed, 2 Jan 2013 21:45:56 +0000 (22:45 +0100)
teleforma/static/teleforma/css/teleforma.css
teleforma/templates/teleforma/inc/media_package_list.html
teleforma/templates/teleforma/seminars.html

index f13566427930be568b3705e7c2bd318f969232df..c694c0d1b2f2d97a2950316c3703d73fd550395b 100644 (file)
@@ -665,7 +665,7 @@ dl.listing dt.group {
     width: 18.2em;
 }
 dl.listing dd {
-    margin-left: 30%;
+    margin-left: 35%;
     font-weight: bold;
 }
 
index 8e91304e342586cfd03cb763b2692d39615f8ce3..8dc7c6126e5eb3dcd7783cab87134b829adc59c1 100644 (file)
@@ -32,7 +32,7 @@
             <td {% if forloop.first %}class="border-top"{% endif %} width="60%" style="padding-left: 1em;">
                 <div>
                     <dl class="listing" style="font-size: 1.2em;">
-                    <dt>{% trans "Title" %}</dt><dd>{{ seminar.course.title }}</dd>
+                    <dt>{% trans "Title" %}</dt><dd>{{ seminar.title }} - {{ seminar.sub_title }} - {{ media_package.rank }}</dd>
                     {% if seminar.professor.all %}
                     <dt>{% trans "Professor" %}</dt><dd>{% for professor in seminar.professor.all %}<a href="{% url telemeta-profile-detail professor.user.username %}" target="_blank">{{ professor }}</a> {% endfor %}</dd>
                     {% endif %}
index f53bd5d00e7e38554bda5c678a3cea2547f98fa8..73ba84b560a27cd17ff1da8a7fb84cea81983789 100644 (file)
@@ -99,8 +99,6 @@ $(function() {
           </div>
         </div>
 
-        
-            
         <div class="course_content">
             <div class="course_subtitle">
             </div>