Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bryan BRANCOTTE
django-basetheme-bootstrap
Commits
2b7a0284
Commit
2b7a0284
authored
Apr 17, 2020
by
Bryan BRANCOTTE
Browse files
use sstatic
parent
5d887ed1
Pipeline
#28613
passed with stage
in 48 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
basetheme_bootstrap/templates/registration/small_form_host.html
View file @
2b7a0284
{% extends basetheme_bootstrap_base_template %}
{% load crispy_forms_tags %}
{% load static %}
{% load
s
static %}
{% load i18n %}
{% block extra_js %}
{{block.super}}
{% if extra_js_file %}
<script
src=
"{% static extra_js_file %}"
></script>
<script
src=
"{%
s
static extra_js_file %}"
></script>
{% endif%}
{% for extra_js_file in extra_js_files %}
<script
src=
"{% static extra_js_file %}"
></script>
<script
src=
"{%
s
static extra_js_file %}"
></script>
{% endfor%}
{% endblock %}
...
...
setup.py
View file @
2b7a0284
...
...
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup
(
name
=
'django-basetheme-bootstrap'
,
version
=
'0.2.3
3
'
,
version
=
'0.2.3
4
'
,
description
=
'Django Basetheme Bootstrap'
,
long_description
=
readme
,
author
=
'Bryan Brancotte'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment