Changeset 1381:25f5c5c09cf2
- Timestamp:
- 09/04/10 06:54:29 (21 months ago)
- Branch:
- default
- File:
-
- 1 edited
-
zine/views/account.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
zine/views/account.py
r1279 r1381 141 141 resource = get_resource(req.app, page) 142 142 if resource is None: 143 return render_account_response('a dmin/help.html', 'system.help',143 return render_account_response('account/help.html', 'system.help', 144 144 not_found=True) 145 145 return resource
Note: See TracChangeset
for help on using the changeset viewer.