Fix parameters to inherited change_view function
authorMagnus Hagander <magnus@hagander.net>
Sat, 25 May 2013 18:17:22 +0000 (14:17 -0400)
committerMagnus Hagander <magnus@hagander.net>
Sun, 16 Jun 2013 14:35:21 +0000 (16:35 +0200)
commitc7685ca70a54debf5f1876a59307b670c46c90e4
tree305c8f86d98f749813c181256b4e5ed30a4ba4de
parentf41356892a6875db3b4b804fedee9eac6b7836ad
Fix parameters to inherited change_view function

Must be the same as in in the inherited-from class, or we ended up
passing a python dict as a string, and render the contents of it as
the "action" attribute on the form.
pgweb/util/admin.py