mirror of
https://github.com/evennia/evennia.git
synced 2026-03-19 22:36:31 +01:00
19 lines
No EOL
469 B
HTML
19 lines
No EOL
469 B
HTML
{% 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
|
|
news titles and their contents. Searches must be at least three characters
|
|
long.</p>
|
|
<form method="GET">
|
|
{{search_form.search_terms}}
|
|
<button type="Submit">Search</button>
|
|
</form>
|
|
{% endblock %} |