fix find redirect

This commit is contained in:
j 2012-03-03 01:53:56 +01:00
parent b8a802628e
commit c9ecc3cc9c
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ def padma_find(request):
}.get(f, f)
if v != 'map':
v = 'grid'
if not f:
f = '*'
if q:
url = '/%s=%s' % (f, quote(q))
if s: