Fixed hidden fields in oauth client authorization
authorJoar Wandborg <joar@wandborg.se>
Sat, 2 Mar 2013 22:40:24 +0000 (23:40 +0100)
committerJoar Wandborg <joar@wandborg.se>
Sat, 2 Mar 2013 22:42:03 +0000 (23:42 +0100)
commit77c85224b139a123e7895588af51b6cd4ecaa2b9
tree379c94316976df5527d06f7e35b3dfd8989aea87
parent56c113c77005a889834f43fb13549d531f391be4
Fixed hidden fields in oauth client authorization

Removed the translation marking and passed in empty strings to avoid
WTForms automagically creating the labels from the field names (i.e.
client_id => 'Client Id').
mediagoblin/plugins/oauth/forms.py
mediagoblin/plugins/oauth/templates/oauth/authorize.html