--- a/ForgeTracker/forgetracker/templates/search.html
+++ b/ForgeTracker/forgetracker/templates/search.html
@@ -20,6 +20,12 @@
Search history? <input type="checkbox" name="history" checked="${history or None}"/><br/>
<input type="submit" value="Search"/>
</form>
+ <p py:if="q">
+ <form method="GET" action="savebin">
+ <input type="hidden" name="q" value="$q"/>
+ <input type="submit" value="Save Search"/>
+ </form>
+ </p>
<p py:if="count==0 and q">No results.</p>
<p py:if="count==1 and q">$count result.</p>
<p py:if="count > 1 and q">$count results.</p>