Changeset 10600 for main/waeup.cas/trunk
- Timestamp:
- 10 Sep 2013, 12:32:45 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.cas/trunk/waeup/cas/server.py
r10499 r10600 264 264 @wsgify 265 265 def __call__(self, req): 266 if req.path == '/style.css': 267 return get_template('style.css') 266 268 with DBSessionContext(): 267 269 if req.path in ['/login', '/validate', '/logout']:
Note: See TracChangeset for help on using the changeset viewer.