src/cm/templates/site/text_list.html
changeset 315 bf61a1b40eb5
parent 237 48c4d74c5cd9
child 438 fcc5e2f0befd
--- a/src/cm/templates/site/text_list.html	Fri Oct 08 15:31:45 2010 +0200
+++ b/src/cm/templates/site/text_list.html	Fri Oct 08 15:56:01 2010 +0200
@@ -43,8 +43,9 @@
     {% endif %}
 </ul>
 
+{% if tag_list %}
 <form id="filter_form" action="." method="get">
-<table summary="{% blocktrans %}People' list{% endblocktrans %}" class="large_table">
+<table class="large_table">
 	<tr>
 		<td>
 		{% blocktrans %}Filter by tag:{% endblocktrans %} 
@@ -60,6 +61,7 @@
 	</tr>
 </table>
 </form>
+{% endif %}
 
 <script type="text/javascript">
 <!--