Changeset 48

Show
Ignore:
Timestamp:
10/06/06 20:12:59 (2 years ago)
Author:
verbosus
Message:

Missing a closing parenthesis

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • django/trunk/middleware/sslmiddleware.py

    r47 r48  
    5050Django can't redirect to the %(protocol)s URL you requested while maintaining  
    5151POST data. Change your form to point to %(uri)s (dont't forget to specify the  
    52 %(protocol)s or remove the requested path from the HTTPS_PATHS tuple in the  
     52%(protocol)s) or remove the requested path from the HTTPS_PATHS tuple in the  
    5353project settings""" % {'uri': newurl, 'protocol': protocol.upper()} 
    5454        return HttpResponseRedirect(newurl)