- Timestamp:
- 07/07/09 11:14:55 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plesonet_google_search/trunk/templatetags/plesonet_google_search_tags.py
r28 r55 4 4 register = template.Library() 5 5 6 @register.inclusion_tag(' google_search/search_results.html')6 @register.inclusion_tag('plesonet_google_search/search_results.html') 7 7 def show_search_result(query_string): 8 8 google_search_key = hasattr(settings, 'GOOGLE_SEARCH_KEY') and settings.GOOGLE_SEARCH_KEY or None

