From 00e15cf7bb6f9d2c29383089fe927b0f798522c3 Mon Sep 17 00:00:00 2001 From: Frank Wiles Date: Sun, 12 Mar 2023 11:15:52 -0500 Subject: [PATCH] Fix header link --- templates/includes/_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/includes/_header.html b/templates/includes/_header.html index d5473fef..08c3db95 100644 --- a/templates/includes/_header.html +++ b/templates/includes/_header.html @@ -17,7 +17,7 @@ {% if not user.is_authenticated %} Sign Up {% else %} - Profile + Profile {% endif %} {% if not user.is_authenticated %}