Revision 2bfcb919
Added by Serghei Mihai over 9 years ago
ckanext/ozwillo_pyoidc/plugin.py | ||
---|---|---|
201 | 201 |
redirect_to('/') |
202 | 202 |
|
203 | 203 |
g = model.Group.get(session['organization_id']) |
204 |
org_url = toolkit.url_for(host=request.host,
|
|
205 |
controller='organization',
|
|
206 |
action='read',
|
|
207 |
id=g.name,
|
|
208 |
qualified=True)
|
|
204 |
org_url = url_for(host=request.host, |
|
205 |
controller='organization', |
|
206 |
action='read', |
|
207 |
id=g.name, |
|
208 |
qualified=True) |
|
209 | 209 |
org_url = str(org_url) |
210 | 210 |
|
211 | 211 |
if toolkit.c.user: |
Also available in: Unified diff
post_logout_redirect_uri not localized (#6558)