Django context processor code not working
I am trying to use context_processors.py to show the number of unread_messages on my base.html message icon, but for some reason it is not working.
Django context_processors code not working
I am trying to use context_processors.py to show the number of unread_messages on my base.html message icon, but for some reason it is not working.