mandaye: fix styles urls (#19339)

This commit is contained in:
Serghei Mihai 2017-10-10 14:02:02 +02:00
parent 86cbe4e90b
commit aa388f0486
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
{% load static %}
<link rel="stylesheet" type="text/css" href="{{site_base}}{% static "" %}{{css_variant}}/style.css?{{statics_hash}}">
<link rel="stylesheet" type="text/css" href="{{ portal_user_url }}static/{{ css_variant }}/style.css">

View File

@ -1,2 +1,2 @@
{% load static %}
<link rel="stylesheet" type="text/css" href="{{site_base}}{% static "" %}{{css_variant}}/mandaye.css">
<link rel="stylesheet" type="text/css" href="{{ portal_user_url }}static/{{ css_variant }}/mandaye.css">