Reduce the ugly, just bootstrap things.
[audio.git] / src / archive / templates / archive / list_published.html
old mode 100755 (executable)
new mode 100644 (file)
index 5e61ba1..04396f6
 
 
 {% block file-list %}
-    {% for file in objects %}
-        <li>
-            <a href='{% url "file" file.id %}'>{{ file }}</a>
-        </li>
-    {% endfor %}
+  {% for file in objects %}
+    <tr>
+      <td>
+        <a href='{% url "file" file.id %}'>{{ file }}</a>
+      </td>
+    </tr>
+  {% endfor %}
 {% endblock %}