From 31fb8095674c1800ab0044cbb3f2c60a9e76255f Mon Sep 17 00:00:00 2001 From: DerTyp187 Date: Fri, 12 Nov 2021 22:37:48 +0100 Subject: [PATCH] a --- TealCode/main/templates/main/base.html | 4 +--- requirements.txt | 1 + 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/TealCode/main/templates/main/base.html b/TealCode/main/templates/main/base.html index 5e40b78..ea47059 100644 --- a/TealCode/main/templates/main/base.html +++ b/TealCode/main/templates/main/base.html @@ -43,9 +43,7 @@ document.getElementById("a-{{ category_title }}").classList.add("a-current"); {% else %} document.getElementById("a-{{ category_obj.title }}").classList.add("a-current"); - {% endif %} - - + {% endif %} \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 6837efe..8fb37d3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ Django==3.2.9 +mysqlclient \ No newline at end of file