- Timestamp:
- 8 Mar 2012, 20:45:38 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.kofa/trunk/src/waeup/kofa/browser/exceptions.py
r7811 r7817 47 47 Backport from grok 1.6. This is only a view (not a page) because 48 48 we cannot trust that the associated :exc:`Unauthorized` exceptions 49 happened inside a w. s. site.49 happened inside a w.k. site. 50 50 51 51 If not, then we have no layout available at time of rendering. … … 64 64 """A page rendered when an object cannot be found. 65 65 66 XXX: This page won't work for objects above a w. s.University.66 XXX: This page won't work for objects above a w.k.University. 67 67 """ 68 68 grok.context(INotFound)
Note: See TracChangeset for help on using the changeset viewer.