2007-07-30 20:30:16 +00:00
|
|
|
{% extends "base.html" %}
|
|
|
|
|
|
|
|
|
|
{% block header_ext %}
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block sidebar %}
|
|
|
|
|
{{sidebar}}
|
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
|
|
{% block content %}
|
|
|
|
|
<h1 id="alt-layout">Search News</h1>
|
|
|
|
|
<p>Enter a search term or phrase to search by. Matches will be made against
|
2007-07-31 14:59:00 +00:00
|
|
|
news titles and their contents. Searches must be at least three characters
|
|
|
|
|
long.</p>
|
2007-07-30 20:30:16 +00:00
|
|
|
<form method="GET">
|
2007-07-31 14:59:00 +00:00
|
|
|
{{search_form.search_terms}}
|
2007-07-31 18:39:48 +00:00
|
|
|
<button type="Submit">Search</button>
|
2007-07-30 20:30:16 +00:00
|
|
|
</form>
|
|
|
|
|
{% endblock %}
|