diff -r 870235dbac86 -r 50c45258b00e pytask/templates/_right_sidebar.html --- a/pytask/templates/_right_sidebar.html Tue Jan 18 01:06:21 2011 +0530 +++ b/pytask/templates/_right_sidebar.html Tue Jan 18 01:08:01 2011 +0530 @@ -1,48 +1,8 @@ -{% load user_tags %} - - - -{% if user.is_authenticated %} - -{% else %} +{% 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 %} -
-
-
- - -
-
- - -
-

-
-
-
-
- - Register - -          - Forgot password? -
-
- -{% endif %} +{% include "_user_login.html" %}