Changeset 350
- Timestamp:
- 07/10/10 09:37:59 (2 months ago)
- Location:
- Python/blog/trunk
- Files:
-
- 2 edited
-
Changes (modified) (1 diff)
-
blog/templates/blog/entry_search.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Python/blog/trunk/Changes
r340 r350 1 1 Revison history. 2 3 1.3 4 - Added {% csrf_token %} to search. 2 5 3 6 1.2 (May 3 2010): -
Python/blog/trunk/blog/templates/blog/entry_search.html
r330 r350 25 25 <div class="blog_search_form"> 26 26 <form action="{% url entry_search %}" method="post" id="post_search_form"> 27 {% csrf_token %} 27 28 <p> 28 29 <label for="search">Search</label>
Note: See TracChangeset
for help on using the changeset viewer.