From 041ae37bea1ef91399c4b9dc4e5c4de57c07a27f Mon Sep 17 00:00:00 2001 From: Daniel afx Date: Sun, 6 Feb 2022 01:05:39 +0200 Subject: [PATCH] enable registration buttons in nav template --- flask/forest/templates/nav.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/flask/forest/templates/nav.html b/flask/forest/templates/nav.html index abc20a0..76141f1 100644 --- a/flask/forest/templates/nav.html +++ b/flask/forest/templates/nav.html @@ -22,23 +22,22 @@ {% if current_user.is_authenticated %}
  • Deploy
  • - + {% endif %}