From 8f4b6d7aea391b390b5a89062ffa443176459c15 Mon Sep 17 00:00:00 2001 From: Alek Ratzloff Date: Tue, 19 Jul 2022 22:34:58 -0700 Subject: [PATCH] Add navbar to home, news, and rules pages Signed-off-by: Alek Ratzloff --- board/templates/board/home.html | 3 +++ board/templates/board/news_list.html | 3 +++ board/templates/board/rules.html | 3 +++ 3 files changed, 9 insertions(+) diff --git a/board/templates/board/home.html b/board/templates/board/home.html index baac2ec..86a10d2 100644 --- a/board/templates/board/home.html +++ b/board/templates/board/home.html @@ -4,6 +4,9 @@ {% block title %}Home {{block.super}}{% endblock title %} {% block content %} +{# navbar #} + +
 

Welcome to interchan!

diff --git a/board/templates/board/news_list.html b/board/templates/board/news_list.html index 5ddbfbb..1d2c669 100644 --- a/board/templates/board/news_list.html +++ b/board/templates/board/news_list.html @@ -5,6 +5,9 @@ {% block content %} +{# navbar #} + +
 

News

diff --git a/board/templates/board/rules.html b/board/templates/board/rules.html index 4b87f8d..190dbf1 100644 --- a/board/templates/board/rules.html +++ b/board/templates/board/rules.html @@ -4,6 +4,9 @@ {% block title %}Rules {{block.super}}{% endblock title %} {% block content %} +{# navbar #} + +
 

Rules