From 81485a8dfa74bbbad08bf525ef58d87612fbd3f2 Mon Sep 17 00:00:00 2001 From: adeshpande <110117391+JasonGrace2282@users.noreply.github.com> Date: Mon, 27 May 2024 16:56:35 -0400 Subject: [PATCH] fix debug toolbar (#34) --- tin/templates/debug_toolbar/base.html | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tin/templates/debug_toolbar/base.html diff --git a/tin/templates/debug_toolbar/base.html b/tin/templates/debug_toolbar/base.html new file mode 100644 index 00000000..c14b1dcc --- /dev/null +++ b/tin/templates/debug_toolbar/base.html @@ -0,0 +1,9 @@ +{% extends 'debug_toolbar/base.html' %} + +{% block css %}{{ block.super }} + +{% endblock %}