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