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
5d887ed1
Commit
5d887ed1
authored
Apr 16, 2020
by
Bryan BRANCOTTE
Browse files
allows to have extra_js_file(s)
parent
4b7ebc23
Pipeline
#28554
passed with stage
in 1 minute and 7 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
basetheme_bootstrap/templates/registration/small_form_host.html
View file @
5d887ed1
...
...
@@ -8,6 +8,9 @@
{% if extra_js_file %}
<script
src=
"{% static extra_js_file %}"
></script>
{% endif%}
{% for extra_js_file in extra_js_files %}
<script
src=
"{% static extra_js_file %}"
></script>
{% endfor%}
{% endblock %}
{% block title %}{{ title }}{% endblock %}
...
...
setup.py
View file @
5d887ed1
...
...
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup
(
name
=
'django-basetheme-bootstrap'
,
version
=
'0.2.3
2
'
,
version
=
'0.2.3
3
'
,
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