Skip to content

Commit 04fc652

Browse files
fix for css
=> literally why did i do that
1 parent 335dd48 commit 04fc652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home/templatetags/debug_tags.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
@register.simple_tag
77
def is_debug():
8-
return "settings.DEBUG"
8+
return settings.DEBUG

0 commit comments

Comments
 (0)