Update django-sri
so I can use the nicer API
This commit is contained in:
parent
c05efa783b
commit
4a8c09dbf8
2 changed files with 6 additions and 6 deletions
|
@ -4,4 +4,4 @@ whitenoise==5.0.1
|
||||||
brotli==1.0.7
|
brotli==1.0.7
|
||||||
django-environ==0.4.5
|
django-environ==0.4.5
|
||||||
gunicorn ==20.0.4
|
gunicorn ==20.0.4
|
||||||
django-sri==0.1.2
|
django-sri==0.2.0
|
||||||
|
|
|
@ -15,9 +15,9 @@
|
||||||
|
|
||||||
<title>{% block title %}{% endblock %} :: TheOrangeOne</title>
|
<title>{% block title %}{% endblock %} :: TheOrangeOne</title>
|
||||||
|
|
||||||
{% sri "css/font-awesome.min.css" %}
|
{% sri_static "css/font-awesome.min.css" %}
|
||||||
{% sri "css/bootstrap-reboot.min.css" %}
|
{% sri_static "css/bootstrap-reboot.min.css" %}
|
||||||
{% sri "css/index.css" %}
|
{% sri_static "css/index.css" %}
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body class="{{ view_name }}">
|
<body class="{{ view_name }}">
|
||||||
|
@ -52,8 +52,8 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
||||||
{% sri "js/materialize.min.js" %}
|
{% sri_static "js/materialize.min.js" %}
|
||||||
{% sri "js/index.js" %}
|
{% sri_static "js/index.js" %}
|
||||||
|
|
||||||
{% block extrascripts %}{% endblock %}
|
{% block extrascripts %}{% endblock %}
|
||||||
</body>
|
</body>
|
||||||
|
|
Reference in a new issue