web/quotes: fix 500
I forgot to load the tailwind tags, so it just breaks.
This commit is contained in:
parent
12bbf8e1b3
commit
81e41a819c
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
{% load static %}
|
{% load static %}
|
||||||
|
{% load tailwind_tags %}
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
|
|
Loading…
Reference in a new issue