summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates
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
commitb3fcdf9951fbb7154f217c55b26c7be2e6ae5e27 (patch)
tree78934af8c5fc506e0d9c1e1dc308ef8c9b349538 /hyperkitty/templates
parent1bd98c9b501a339f5767235cb58cefda3bc2f5b5 (diff)
downloadhyperkitty-b3fcdf9951fbb7154f217c55b26c7be2e6ae5e27.tar.gz
hyperkitty-b3fcdf9951fbb7154f217c55b26c7be2e6ae5e27.tar.xz
hyperkitty-b3fcdf9951fbb7154f217c55b26c7be2e6ae5e27.zip
Make a few post-QA fixes
Diffstat (limited to 'hyperkitty/templates')
-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>