Merge.
[cascardo/eventmanager.git] / templates / programacao.html
index 728e1ca..9c99b4f 100644 (file)
@@ -4,18 +4,11 @@
 {% if aprovadas %}
 
 <!--<h2>{{ dados_usuario.nome }}</h2>-->
+<ul>
     {% for p in aprovadas %}
-    <span style="font-size:12pt"><a href="/palestra/{{p.id}}/" style="color:#333;">{{p.titulo}}</a></span>
-        <br />
-        <span style="font-weight:bolder;margin-left:15px">Palestrante{{ p.palestrante.all|pluralize }}:</span>
-        <br />
-            {% for x in p.palestrante.all %}
-        <span style="margin-left:30px">
-            <a href="/palestrante/{{x.id}}/">{{x.nome|capfirst}} </a>{% ifnotequal p.palestrante.all|length 1%}<br /> {% endifnotequal %}
-        </span>
-            {% endfor %}
-        <br />
+    <li>{{p.titulo}}</li>
     {% endfor %}
+</ul>
 {% else %}
 <div id="404" style="text-align:center">
     <h2>Padre Quevedo 404</h2>