Skip to content

[FIX] Templates prepared for public views

Certain things need to be behind {% if user.is_authenticated %} in order for the base template to play nice with public views.

  • Side menu
  • Messages/Notifications in the top menu (including its heartbeat JS to update the counter)
  • Some Bootstrap classes needed to be changed
  • Fixed usage of the clearfix class while I was at it :-)
  • Set CCP's "No Character" character image as user menu image for public views image
Edited by Peter Pfeufer

Merge request reports