Skip to content

Commit

Permalink
Merge 26df29a into c442a6f
Browse files Browse the repository at this point in the history
  • Loading branch information
codjoero committed Mar 27, 2019
2 parents c442a6f + 26df29a commit 27cc196
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion authors/apps/articles/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ def post(self, request, slug):


class ArticleTagsApiView(generics.GenericAPIView):
permission_classes = (permissions.IsAuthenticated,)

def get(self, request):
tags = get_all_available_tags()
Expand Down

0 comments on commit 27cc196

Please sign in to comment.