From eed3fe39c6c91182f61b0443aeedfe9cefa801ad Mon Sep 17 00:00:00 2001 From: Ada Werefox Date: Thu, 7 Mar 2024 11:38:55 -0600 Subject: [PATCH] trans fox favicon. --- tunictracker/empty_spoiler.json | 5 +++++ tunictracker/tracker/templates/index.html | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/tunictracker/empty_spoiler.json b/tunictracker/empty_spoiler.json index 5f223ce..6586a19 100644 --- a/tunictracker/empty_spoiler.json +++ b/tunictracker/empty_spoiler.json @@ -29,5 +29,10 @@ "Checks": {}, "Entrances": {} } + }, + "Codes": { + "None": { + "None": "" + } } } diff --git a/tunictracker/tracker/templates/index.html b/tunictracker/tracker/templates/index.html index b0603e3..2047c78 100644 --- a/tunictracker/tracker/templates/index.html +++ b/tunictracker/tracker/templates/index.html @@ -1,3 +1,4 @@ +{% load static %} @@ -7,10 +8,9 @@ - {% comment %} {% endcomment %} + {% load static tailwind_tags %} {% tailwind_css %} - {% load static %}