Zine

open source content publishing system


Changeset 1306:05a792213b3a


Ignore:
Timestamp:
01/12/10 09:20:16 (2 years ago)
Author:
Georg Brandl <georg@…>
Branch:
default
Message:

Fix a TypeError?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zine/views/admin.py

    r1304 r1306  
    181181                                        request.user.has_privilege(BLOG_ADMIN): 
    182182        flash(_(u'Zine is in maintenance mode. Don\'t forget to ' 
    183                 u'turn it off again once you finish your ' 
    184                 u'changes.') % url_for('admin/maintenance')) 
     183                u'turn it off again once you finish your changes.')) 
    185184 
    186185    # check for broken plugins if we have the plugin guard enabled 
Note: See TracChangeset for help on using the changeset viewer.