summaryrefslogtreecommitdiffstats
path: root/hyperkitty
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2012-11-22 17:02:27 +0100
committerAurélien Bompard <aurelien@bompard.org>2012-11-22 17:02:27 +0100
commit71c810a9dd3f2ad9f42dacd0763e1dddc908c9f3 (patch)
tree78934af8c5fc506e0d9c1e1dc308ef8c9b349538 /hyperkitty
parent7c411cd1b2101bd2db985437453b709d7f409966 (diff)
Make a few post-QA fixes
Diffstat (limited to 'hyperkitty')
-rw-r--r--hyperkitty/templates/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/hyperkitty/templates/index.html b/hyperkitty/templates/index.html
index 3d312a4..637a85f 100644
--- a/hyperkitty/templates/index.html
+++ b/hyperkitty/templates/index.html
@@ -11,6 +11,8 @@
<td><a href="{% url list_overview mlist_fqdn=mlist %}"> Overview </a></td>
<td><a href="{% url archives mlist_fqdn=mlist %}"> Archives </a></td>
</tr>
+ {% empty %}
+ <tr><td>No archived list yet.</td></tr>
{% endfor %}
</tbody>
</table>