One thing that I wanted to fix is a missing space:

In tools.py,

Change:
bar = SPAN(prefix,self.user.first_name,' [ ', logout, ' 
]',_class='auth_navbar')

To:
bar = SPAN(prefix,self.user.first_name,' [ ', logout, ' 
 ]',_class='auth_navbar')  # space before ]

Reply via email to