Skip to content

Commit

Permalink
use static template tag
Browse files Browse the repository at this point in the history
  • Loading branch information
interrogator committed Dec 10, 2019
1 parent 73eea62 commit 1942d29
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions explore/templates/explore/explore.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% load static %}
<html>
<head>
{% load plotly_dash%}
{% plotly_header %}
<link rel="shortcut icon" type="image/png" href="../../static/favicon.ico"/>
<link rel="stylesheet" href="../../static/bootstrap.min.css"/>
<link rel="stylesheet" href="../../static/plotly.css"/>
<link rel="stylesheet" href="../../static/custom.css"/>
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}"/>
<link rel="stylesheet" href="{% static 'bootstrap.min.css' %}"/>
<link rel="stylesheet" href="{% static 'plotly.css' %}"/>
<link rel="stylesheet" href="{% static 'custom.css' %}"/>
</head>

<body>
{%plotly_direct name="buzzword"%}
</body>
Expand Down

0 comments on commit 1942d29

Please sign in to comment.