Update templates to consistently use {% static %} instead of hard coding paths
[htsworkflow.git] / htsworkflow / frontend / templates / base_site.html
index 81b4f47430c291c754c92f55cedef394d328b722..1c02752c40358038e670725b03a55a8c095c30bf 100644 (file)
@@ -1,6 +1,9 @@
 {% extends "base.html" %}
+{% load staticfiles %}
 {% load i18n %}
 
+<link type="text/css" rel="stylesheet" href="{% static "css/app.css" %}" />
+
 {% block title %}{{ sitename }}{% endblock %}
 
 {% block branding %}