Ticket #4671: templates_python.patch
File templates_python.patch, 592 bytes (added by , 17 years ago) |
---|
-
templates_python.txt
342 342 343 343 * ``user`` -- An ``auth.User`` instance representing the currently 344 344 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`_. 346 346 347 347 * ``messages`` -- A list of messages (as strings) for the currently 348 348 logged-in user. Behind the scenes, this calls