more styling
This commit is contained in:
@@ -10,11 +10,14 @@
|
||||
</div>
|
||||
<div class=clear></div>
|
||||
<table id=index_table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name
|
||||
<th class=td_right>Expires
|
||||
<th class=td_right>Upload
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
{% for entry in entries %}
|
||||
<tr>
|
||||
<td><a
|
||||
@@ -25,5 +28,6 @@
|
||||
<td class=td_right>{% if entry.expire %}{{ entry.expire|safe }}{% else %}-{% endif %}
|
||||
<td class=td_right>{% if entry.upload %}yes{% else %}no{% endif %}
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user