Ticket #4671: templates_python.patch

File templates_python.patch, 592 bytes (added by Richard House <Richard.House@…>, 17 years ago)

templates_python.txt patch

  • templates_python.txt

     
    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
Back to Top