mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-27 20:11:14 +00:00
Merge pull request #550 from mouse-reeve/about-page
Remove login decorator from about page
This commit is contained in:
commit
bd2515fe22
1 changed files with 0 additions and 1 deletions
|
@ -13,7 +13,6 @@ from .helpers import get_activity_feed
|
|||
|
||||
|
||||
# pylint: disable= no-self-use
|
||||
@method_decorator(login_required, name='dispatch')
|
||||
class About(View):
|
||||
''' create invites '''
|
||||
def get(self, request):
|
||||
|
|
Loading…
Reference in a new issue