aaronsw / watchdog

The watchdog project.

This URL has Read+Write access

watchdog / templates / find_none.html
100644 17 lines (11 sloc) 0.52 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$def with (zip)
 
$var width: 90%
$var color: white
 
$var title: District not found
 
<p>Sorry, we couldn't find any districts that matched the zip code <strong>$zip</strong>.</p>
 
<p>Want to try again?</p>
 
<form action="/us/" method="GET">
<h2>Find your district</h2>
<p><strong>Zip code:</strong> <input type="text" name="zip" /> <button type="submit">Go</button></p>
<p class="explain"><em>Examples:</em> <a href="/us/?zip=90210">90210</a>, <a href="/us/?zip=02138">02138</a> (<a href="/us/">full list</a></p>
</form>