Skip to content
Snippets Groups Projects
Verified Commit ecbb652f authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Remove use of sass_tags

parent fec643c2
No related branches found
No related tags found
1 merge request!66Remove use of sass_tags
Pipeline #192764 passed with warnings
{# -*- engine:django -*- #}
{% load i18n static any_js sass_tags %}
{% load i18n static any_js %}
{% load render_table from django_tables2 %}
{% get_current_language as LANGUAGE_CODE %}
......@@ -24,7 +24,7 @@
{% include_css "Roboto700" %}
{% include_css "Roboto900" %}
{% include_css "paper-css" %}
<link rel="stylesheet" href="{% sass_src 'public/style.scss' %}"/>
<link rel="stylesheet" href="{% static 'style.css' %}"/>
<link rel="stylesheet" href="{% static "print.css" %}"/>
<style>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment