The correct term (login/logout) is now displayed in the footer, respective of if a user is currently logged in or not.
Note: I'm not a big fan of self.FOOTER being capitalised like a constant because.. well, it's not. But changing this broke functionality in the parent class so I decided to keep the diff small. If desired though I can go through and fix this up, the fix will just get a fair bit more complicated.
Fixes issue #647
The correct term (login/logout) is now displayed in the footer, respective of if a user is currently logged in or not.
Note: I'm not a big fan of self.FOOTER being capitalised like a constant because.. well, it's not. But changing this broke functionality in the parent class so I decided to keep the diff small. If desired though I can go through and fix this up, the fix will just get a fair bit more complicated.