Skip to content

Commit 96b1ffe

Browse files
committed
fixed comments
1 parent c192072 commit 96b1ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2_provider/views/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def get(self, request, *args, **kwargs):
110110
kwargs['application'] = Application.objects.get(client_id=credentials['client_id']) # TODO: cache it!
111111
kwargs.update(credentials)
112112
self.oauth2_data = kwargs
113-
# following code is here only because of https://code.djangoproject.com/ticket/17795
113+
# following two loc are here only because of https://code.djangoproject.com/ticket/17795
114114
form = self.get_form(self.get_form_class())
115115
kwargs['form'] = form
116116

0 commit comments

Comments
 (0)