From 4927086fe29d68dac18796ed04f66920c1418cfc Mon Sep 17 00:00:00 2001 From: Zak Timson Date: Sat, 27 Jan 2018 11:18:02 -0500 Subject: [PATCH] Changed nav to say login/register instead of just login --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index 3d64b71..4a93470 100644 --- a/templates/base.html +++ b/templates/base.html @@ -78,7 +78,7 @@ {% endif %} {% if not request.user.is_authenticated %} {% endif %}