forked from 0x2620/pandora
fix find redirect
This commit is contained in:
parent
b8a802628e
commit
c9ecc3cc9c
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue