mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-18 07:33:57 +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
|
# pylint: disable= no-self-use
|
||||||
@method_decorator(login_required, name='dispatch')
|
|
||||||
class About(View):
|
class About(View):
|
||||||
''' create invites '''
|
''' create invites '''
|
||||||
def get(self, request):
|
def get(self, request):
|
||||||
|
|
Loading…
Reference in a new issue