Skip to content

Commit 9e53eab

Browse files
committed
Update static template tag loading
1 parent 9b0ae91 commit 9e53eab

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

dashboard/templates/dashboard/detail.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{% extends "base_dashboard.html" %}
2-
{% load i18n %}
3-
{% load static %}
2+
{% load i18n static %}
43

54
{% block title %}{{ metric }} | {{ block.super }}{% endblock %}
65

0 commit comments

Comments
 (0)