pytask/templates/_right_sidebar.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 01 Feb 2011 19:38:41 +0530
changeset 550 a606a40584f7
parent 449 50c45258b00e
permissions -rw-r--r--
Base views should take keyword arguments and should use them for URLs.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
449
50c45258b00e Move the user login template code to its own template file, so it can be reused.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 446
diff changeset
     1
{% comment %}
50c45258b00e Move the user login template code to its own template file, so it can be reused.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 446
diff changeset
     2
  Currently this template only includes the user actions for logged
50c45258b00e Move the user login template code to its own template file, so it can be reused.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 446
diff changeset
     3
  in and non-logged in users. This can be extended to include other,
50c45258b00e Move the user login template code to its own template file, so it can be reused.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 446
diff changeset
     4
  side-wide actions on right sidemenu bar.
50c45258b00e Move the user login template code to its own template file, so it can be reused.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 446
diff changeset
     5
{% endcomment %}
439
66bdb28ebaf6 Add support for right side menu.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     6
66bdb28ebaf6 Add support for right side menu.
Madhusudan.C.S <madhusudancs@gmail.com>
parents:
diff changeset
     7
449
50c45258b00e Move the user login template code to its own template file, so it can be reused.
Madhusudan.C.S <madhusudancs@gmail.com>
parents: 446
diff changeset
     8
{% include "_user_login.html" %}