Remove login decorator from about page
This commit is contained in:
parent
0700a71803
commit
fe42c6d853
|
@ -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 New Issue