~widelands-dev/widelands-website/trunk

« back to all changes in this revision

Viewing changes to templates/wlsearch/search.html

  • Committer: Holger Rapp
  • Date: 2009-03-22 21:24:54 UTC
  • Revision ID: sirver@h566336-20090322212454-kgcadqq213hp4grh
First draft version of search using the sphinx search engine

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends "base.html" %}
 
2
 
 
3
{% block content %}
 
4
<form method="post" action="">
 
5
   {{ search_form.as_ul }}
 
6
   <input type="submit" value="login" />
 
7
</form>
 
8
 
 
9
{% endblock %}
 
10