From 734fb43a7c647e73dc39c53d427394730788478f Mon Sep 17 00:00:00 2001 From: Benjamin Date: Sat, 11 Mar 2023 19:14:37 +0100 Subject: [PATCH] Add links to recipes add to nav list and index --- templates/base_main.html | 3 +++ templates/index.html | 3 +++ 2 files changed, 6 insertions(+) diff --git a/templates/base_main.html b/templates/base_main.html index 65bbc33..de264fd 100644 --- a/templates/base_main.html +++ b/templates/base_main.html @@ -17,6 +17,9 @@
  • Create account
  • {% endif %} +
    {% block main %} diff --git a/templates/index.html b/templates/index.html index f832f16..a36b4e1 100644 --- a/templates/index.html +++ b/templates/index.html @@ -2,4 +2,7 @@ {% block title %}Barn{% endblock %} {% block main %}

    Barn

    + {% endblock %}