Attachment 'login.py.patch'

Download

   1 --- moin--main--1.5--patch/MoinMoin/action/login.py	2006-03-19 11:33:56.036730736 +0100
   2 +++ login.py	2006-03-19 12:36:30.344989128 +0100
   3 @@ -66,7 +66,10 @@
   4              request.write(request.formatter.startContent("content"))
   5              
   6              request.write(userform.getLogin(request))
   7 -            
   8 +            word = _('UserPreferences')
   9 +            text = _('If you are new to this wiki or do have problems with your account please follow this link to %(UserPreferences)s!',formatted=False)
  10 +            request.write(text % {'UserPreferences': word})
  11 +
  12              # End content and send footer
  13              request.write(request.formatter.endContent())
  14              wikiutil.send_footer(request, self.pagename)

Attached Files

To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.
  • [get | view] (2006-03-19 11:26:13, 0.7 KB) [[attachment:login.py.patch]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.