Check if the user has permission in the pyramid (pylons 2)?

How to check if the user has permission in the pyramid. For example, I want to show some HTML only if the user has some permission, but has access for everyone.

+3
python pyramid pylons
source share
1 answer
+8
source share

All Articles