Django

Code

Ticket #4671: templates_python.patch

File templates_python.patch, 0.6 kB (added by Richard House <Richard.House@i-logue.com>, 1 year ago)

templates_python.txt patch

  • templates_python.txt

    old new  
    342342 
    343343    * ``user`` -- An ``auth.User`` instance representing the currently 
    344344      logged-in user (or an ``AnonymousUser`` instance, if the client isn't 
    345       logged in). See the `user authentication docs`
     345      logged in). See the `user authentication docs`_
    346346 
    347347    * ``messages`` -- A list of messages (as strings) for the currently 
    348348      logged-in user. Behind the scenes, this calls