summaryrefslogtreecommitdiffstats
path: root/templates/caveindex.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/caveindex.html')
-rw-r--r--templates/caveindex.html8
1 files changed, 1 insertions, 7 deletions
diff --git a/templates/caveindex.html b/templates/caveindex.html
index b743d6c..ae8b224 100644
--- a/templates/caveindex.html
+++ b/templates/caveindex.html
@@ -14,13 +14,7 @@
<h3>All caves</h3>
- <form method="get">
- <div>
- <input type="text" value="" name="q" id="q" />
- </div>
- </form>
-
-<ul id="posts">
+<ul class="searchable">
{% for cave in caves %}
<li> <a href="{{ cave.get_absolute_url }}">{{cave.official_name|wiki_to_html_short}} ({{cave}})</a> </li>
{% endfor %}