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 %}