Add "boards" context processor

This adds the "boards" context data to all pages, so they can render the
boards nav page.

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2022-07-17 19:49:17 -07:00
parent a5ba36e049
commit 412ae8f632
4 changed files with 7 additions and 11 deletions

View File

@@ -73,6 +73,7 @@ TEMPLATES = [
"django.contrib.auth.context_processors.auth",
"django.contrib.messages.context_processors.messages",
"board.context_processors.settings",
"board.context_processors.boards",
],
},
},