Changeset 10600


Ignore:
Timestamp:
10 Sep 2013, 12:32:45 (11 years ago)
Author:
uli
Message:

Let server provide custom style on request.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.cas/trunk/waeup/cas/server.py

    r10499 r10600  
    264264    @wsgify
    265265    def __call__(self, req):
     266        if req.path == '/style.css':
     267            return get_template('style.css')
    266268        with DBSessionContext():
    267269            if req.path in ['/login', '/validate', '/logout']:
Note: See TracChangeset for help on using the changeset viewer.