Zine

open source content publishing system


Changeset 1381:25f5c5c09cf2


Ignore:
Timestamp:
09/04/10 06:54:29 (21 months ago)
Author:
Christopher Grebs <cg@…>
Branch:
default
Message:

fixed wrong template name in views.account.help

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zine/views/account.py

    r1279 r1381  
    141141        resource = get_resource(req.app, page) 
    142142        if resource is None: 
    143             return render_account_response('admin/help.html', 'system.help', 
     143            return render_account_response('account/help.html', 'system.help', 
    144144                                           not_found=True) 
    145145        return resource 
Note: See TracChangeset for help on using the changeset viewer.