Mercurial > public > sg101
view gpp/templates/bio/member_search.html @ 166:8acf5be27f18
Implement #50, add a template tag to display the latest poll and add to the home page.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 17 Jan 2010 20:24:01 +0000 |
parents | ab7830b067b3 |
children | 6a5549c2efb5 |
line wrap: on
line source
{% extends "base.html" %} {% block title %}Member Search{% endblock %} {% block custom_js %} {{ form.media }} {% endblock %} {% block content %} <h2>Member Search</h2> <p>Looking for a member? Start typing a username in the form below.</p> <form action="." method="post"> <fieldset> <legend>Member Search</legend> {{ form.as_p }} <p><input type="submit" value="View Profile" /></p> </fieldset> </form> {% endblock %}