Fix bug on the OAuth client deauthorization page
authorJessica Tallon <tsyesika@tsyesika.se>
Sun, 20 Dec 2015 01:49:28 +0000 (01:49 +0000)
committerJessica Tallon <tsyesika@tsyesika.se>
Sun, 20 Dec 2015 01:54:55 +0000 (01:54 +0000)
commitf1db51e4db689a7f68973ce466b01918af1f4e37
tree9c6d7f964bb79d0073ba9bbcb0aad2e309877a60
parent564a48e018bcd786aa32b232cb7216be3ef3fb5e
Fix bug on the OAuth client deauthorization page

An exception was raised when a user tried to go to the authroization page
this occured when we changed the field names on the models from "user" to
actor. This patch corrects the query and resolves the error.
mediagoblin/edit/views.py