# HG changeset patch # User Madhusudan.C.S # Date 1295222699 -19800 # Node ID 44c87dedbe667e3170668c99a5c07143f9c7cd55 # Parent 7d465ce581d90a249816c79d67a5dbb3ef5fc572 Add login properties to right menu. diff -r 7d465ce581d9 -r 44c87dedbe66 pytask/templates/_left_sidebar.html --- a/pytask/templates/_left_sidebar.html Mon Jan 17 05:34:48 2011 +0530 +++ b/pytask/templates/_left_sidebar.html Mon Jan 17 05:34:59 2011 +0530 @@ -9,31 +9,4 @@
  • Tasks
  • Textbooks

  • - - {% if user.is_authenticated %} - -
  • - - {{ user|notf_dsp }} - -
  • -
    -
  • Profile
  • -
  • Logout
  • - - {% else %} - -
  • - - Register - -
  • -
  • - - Login - -
  • - - {% endif %} - \ No newline at end of file diff -r 7d465ce581d9 -r 44c87dedbe66 pytask/templates/_right_sidebar.html --- a/pytask/templates/_right_sidebar.html Mon Jan 17 05:34:48 2011 +0530 +++ b/pytask/templates/_right_sidebar.html Mon Jan 17 05:34:59 2011 +0530 @@ -7,32 +7,42 @@ Login Form {% endif %} - \ No newline at end of file +{% endif %}