Commit 7aeec8fb by Clinton Blackburn Committed by Clinton Blackburn

Updated Publisher base template to use correct block name for CSS

ECOM-5776
parent ac564767
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
{% load i18n %} {% load i18n %}
{% load static %} {% load static %}
{% block stylesheets %} {% block css %}
{{ block.super }} {{ block.super }}
<link rel="stylesheet" href="{% static 'bower_components/font-awesome/css/font-awesome.css' %}" type="text/x-scss"> <link rel="stylesheet" href="{% static 'bower_components/font-awesome/css/font-awesome.css' %}" type="text/x-scss">
<link rel="stylesheet" href="{% static 'bower_components/pikaday/css/pikaday.css' %}" type="text/x-scss"> <link rel="stylesheet" href="{% static 'bower_components/pikaday/css/pikaday.css' %}" type="text/x-scss">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment