FIX: Correct static use in templates

This commit is contained in:
2020-02-19 14:31:42 +00:00
parent 8c981cc366
commit 1dacbc1444
5 changed files with 8 additions and 23 deletions

View File

@@ -1,7 +1,6 @@
{% load static %}
{% load raven %}
<!DOCTYPE html>
<html
dir="{% if LANGUAGE_BIDI %}rtl{% else %}ltr{% endif %}"