- Timestamp:
- 1 Apr 2009, 15:35:55 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
waeup/branches/ulif-rewrite/src/waeup/app.py
r3955 r4039 78 78 grok.view(Index) 79 79 grok.order(5) 80 # This is so cool! This link is only displayed, whenthe user is80 # This link is only displayed, if the user is 81 81 # allowed to use it! 82 82 grok.require('waeup.manageUniversity') … … 96 96 def render(self): 97 97 return u'<div class="portlet"><a href="faculties">Manage faculties</a></div>' 98 99
Note: See TracChangeset for help on using the changeset viewer.