Skip to content

Commit

Permalink
updated with context information for each template
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Jul 20, 2010
1 parent 72a6694 commit 42e6217
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/apps/account/reference.txt
Expand Up @@ -160,42 +160,74 @@ login.html
signup.html
-----------

:context: ``group``, ``form``, ``redirect_field_name``, ``redirect_field_value``

verification_sent.html
----------------------

:context: ``group``, ``email``, ``success_url``

email.html
----------

:context: ``group``, ``add_email_form``

password_change.html
--------------------

:context: ``group``, ``password_change_form``

password_set.html
-----------------

:context: ``group``, ``password_set_form``

password_delete.html
--------------------

:context: ``group``

password_delete_done.html
-------------------------

:context: None

password_reset.html
-------------------

:context: ``group``, ``password_reset_form``

password_reset_done.html
------------------------

:context: ``group``

password_reset_from_key.html
----------------------------

If there is a valid token:

:context: ``group``, ``form``

otherwise:

:context: ``group``, ``token_fail = True``

timezone_change.html
--------------------

:context: ``group``, ``form``

language_change.html
--------------------

:context: ``group``, ``form``

other_services.html
-------------------

:context: ``group``, ``twitter_form``, ``twitter_authorized``



Modules
Expand Down

0 comments on commit 42e6217

Please sign in to comment.