@@ -1464,6 +1464,7 @@ class InfosWhyHandler(BaseHandler) :
1464
1464
"""
1465
1465
"""
1466
1466
@print_separate (APP_DEBUG )
1467
+ @check_user_permissions
1467
1468
def get (self ):
1468
1469
1469
1470
app_log .info ("InfosWhyHandler.get... " )
@@ -1486,6 +1487,7 @@ class InfosTutoHandler(BaseHandler) :
1486
1487
"""
1487
1488
"""
1488
1489
@print_separate (APP_DEBUG )
1490
+ @check_user_permissions
1489
1491
def get (self ):
1490
1492
1491
1493
app_log .info ("InfosTutoHandler.get... " )
@@ -1510,6 +1512,7 @@ class InfosAPIdocHandler(BaseHandler) :
1510
1512
"""
1511
1513
"""
1512
1514
@print_separate (APP_DEBUG )
1515
+ @check_user_permissions
1513
1516
def get (self ):
1514
1517
1515
1518
app_log .info ("InfosAPIdocHandler.get..." )
@@ -1548,6 +1551,7 @@ class InfosStackHandler(BaseHandler) :
1548
1551
"""
1549
1552
"""
1550
1553
@print_separate (APP_DEBUG )
1554
+ @check_user_permissions
1551
1555
def get (self ):
1552
1556
1553
1557
app_log .info ("InfosStackHandler.get... " )
@@ -1572,6 +1576,7 @@ class InfosContributeHandler(BaseHandler) :
1572
1576
"""
1573
1577
"""
1574
1578
@print_separate (APP_DEBUG )
1579
+ @check_user_permissions
1575
1580
def get (self ):
1576
1581
1577
1582
app_log .info ("InfosContributeHandler.get... " )
@@ -1596,6 +1601,7 @@ class InfosCreditsHandler(BaseHandler) :
1596
1601
"""
1597
1602
"""
1598
1603
@print_separate (APP_DEBUG )
1604
+ @check_user_permissions
1599
1605
def get (self ):
1600
1606
1601
1607
app_log .info ("InfosCreditsHandler.get... " )
0 commit comments