The news archives and searching news is now operational. Next up, flatpages.

This commit is contained in:
Greg Taylor 2007-07-31 14:59:00 +00:00
parent aad1d3d0c4
commit 762e0f83bc
3 changed files with 16 additions and 14 deletions

View file

@ -10,10 +10,10 @@
{% block content %}
<h1 id="alt-layout">Search News</h1>
<p>Enter a search term or phrase to search by. Matches will be made against
news titles and their contents.</p>
news titles and their contents. Searches must be at least three characters
long.</p>
<form method="GET">
{{search_form.as_p}}
{{search_form.search_terms}}
<button type="Submit">Submit</button>
</form>
{{debug}}
{% endblock %}