Skip to content
Snippets Groups Projects
Commit 2b7a0284 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

use sstatic

parent 5d887ed1
No related branches found
No related tags found
No related merge requests found
Pipeline #28613 passed
{% extends basetheme_bootstrap_base_template %}
{% load crispy_forms_tags %}
{% load static %}
{% load sstatic %}
{% load i18n %}
{% block extra_js %}
{{block.super}}
{% if extra_js_file %}
<script src="{% static extra_js_file %}"></script>
<script src="{% sstatic extra_js_file %}"></script>
{% endif%}
{% for extra_js_file in extra_js_files %}
<script src="{% static extra_js_file %}"></script>
<script src="{% sstatic extra_js_file %}"></script>
{% endfor%}
{% endblock %}
......
......@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup(
name='django-basetheme-bootstrap',
version='0.2.33',
version='0.2.34',
description='Django Basetheme Bootstrap',
long_description=readme,
author='Bryan Brancotte',
......
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