Ignore:
Timestamp:
24 Sep 2006, 07:44:32 (18 years ago)
Author:
Henrik Bettermann
Message:

reorganisation part 2
themes modification will follow

File:
1 edited

Legend:

Unmodified
Added
Removed
  • WAeUP_SRP/trunk/skins/waeup_default/index_html.py

    r542 r543  
    2727
    2828if isManager:
    29     return redirect("%s/srp_manager_view" % absolute_url())
     29    return redirect("%s/srp_manager_view" % context.absolute_url())
    3030
    3131if isStudent:
    32     return redirect("%s/srp_anonymous_view" % absolute_url())
     32    return redirect("%s/srp_anonymous_view" % context.absolute_url())
    3333
Note: See TracChangeset for help on using the changeset viewer.