django – use a redirect view with multiple parameters

i guess it’s typo, you have defined lng as second parameter in your path but in redirect statement you call it long, it should be

return redirect('exhibition:map', lat=48.128365, lng=11.5662713, zoom=3)

CLICK HERE to find out more related problems solutions.

Leave a Comment

Your email address will not be published.

Scroll to Top