~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to MoinMoin/action/quickunlink.py

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
            msg = _('Your quicklink to this page could not be removed.')
23
23
    else:
24
24
        msg = _('You need to have a quicklink to this page to remove it.')
25
 
    if msg:
26
 
        request.theme.add_msg(msg)
27
 
    Page(request, pagename).send_page()
28
25
 
 
26
    Page(request, pagename).send_page(msg=msg)