You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This doesnt look right. Form validation should only need to fail if the content sent within the form is not valid. If the user is not authenticated and thus not allowed to do that there should be a return HttpResponse('Unauthorized', status=401) returned. However, I guess that should be raised/returned in the dispatch function
The text was updated successfully, but these errors were encountered:
apis-bibsonomy/apis_bibsonomy/views.py
Line 63 in c1279fa
Comment from @sennierer in #36
The text was updated successfully, but these errors were encountered: