static url fix
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{% load sekizai_tags static %} {% addtoblock "css" strip %}<link
|
||||
rel="stylesheet"
|
||||
type="text/css"
|
||||
href="{{STATIC_URL}}/css/lib/animate.css"
|
||||
href="{{STATIC_URL}}css/lib/animate.css"
|
||||
media="screen, projection"
|
||||
/>{% endaddtoblock %} {% addtoblock "css" strip %}<link
|
||||
rel="stylesheet"
|
||||
href="{{STATIC_URL}}/css/coming-soon.css"
|
||||
href="{{STATIC_URL}}css/coming-soon.css"
|
||||
type="text/css"
|
||||
media="screen"
|
||||
/>{% endaddtoblock %} {% if countdown %} {% addtoblock "js" %}
|
||||
|
||||
Reference in New Issue
Block a user