# HG changeset patch # User Brian Neal # Date 1286065703 0 # Node ID 879d396470645c1437555b20b7dfcbe78c9a9daa # Parent 2a795fd602a40ea920f4d6c6fd0fe31a76010dac Added the text class to the search input box to let blueprints css style it. Fixed invalid HTML problem with the forum last post info tag. diff -r 2a795fd602a4 -r 879d39647064 gpp/templates/forums/last_post_info.html --- a/gpp/templates/forums/last_post_info.html Sun Oct 03 00:26:42 2010 +0000 +++ b/gpp/templates/forums/last_post_info.html Sun Oct 03 00:28:23 2010 +0000 @@ -1,6 +1,6 @@ {% load forum_tags %} {% if post %} -Goto last post +Goto last post {% forum_date post.creation_date user %}
{{ post.user.username }} {% else %} diff -r 2a795fd602a4 -r 879d39647064 gpp/templates/search/search.html --- a/gpp/templates/search/search.html Sun Oct 03 00:26:42 2010 +0000 +++ b/gpp/templates/search/search.html Sun Oct 03 00:28:23 2010 +0000 @@ -6,7 +6,7 @@
- +