pytask/templates/_right_sidebar.html
author Madhusudan.C.S <madhusudancs@gmail.com>
Tue, 18 Jan 2011 01:08:01 +0530
changeset 449 50c45258b00e
parent 446 44c87dedbe66
permissions -rw-r--r--
Move the user login template code to its own template file, so it can be reused.

{% comment %}
  Currently this template only includes the user actions for logged
  in and non-logged in users. This can be extended to include other,
  side-wide actions on right sidemenu bar.
{% endcomment %}


{% include "_user_login.html" %}