add contrib locale to make-locale-pack, various bugfixes
[wolnelektury.git] / wolnelektury / templates / publish_plan.html
index 2a6d90a..c4c3d6e 100755 (executable)
@@ -7,7 +7,7 @@
 {% block body %}
 <h1>{% trans "Publishing plan" %}</h1>
 
-<ul>
+<ul class="normal-text">
 {% for elem in plan %}
     <li><a href="{{ elem.link }}">{{ elem.title }}</a></li>
 {% endfor %}