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
78b97ab6
Commit
78b97ab6
authored
Oct 27, 2020
by
Bryan BRANCOTTE
Browse files
pull-right was from fa, not bs
parent
f3cadc5e
Pipeline
#40335
passed with stage
in 1 minute and 30 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
basetheme_bootstrap/templates/basetheme_bootstrap/form_host.html
View file @
78b97ab6
...
...
@@ -40,7 +40,7 @@
{%if cancel_url%}
<a
role=
"button"
class=
"btn btn-primary"
href=
"{{cancel_url}}"
>
{{ cancel_text|default:"Cancel"}}
</a>
{%endif%}
<div
class=
"form-class {{btn_container_classes|default:'pull-right'}}"
>
<div
class=
"form-class {{btn_container_classes|default:'pull-right
float-right
'}}"
>
<button
class=
"{{btn_classes|default:'btn btn-primary'}}"
type=
"submit"
>
{{ submit_text|default:"OK" }}
</button>
</div>
</form>
...
...
basetheme_bootstrap/templates/registration/small_form_host.html
View file @
78b97ab6
...
...
@@ -27,7 +27,7 @@
{% csrf_token %}
{%if form%}{{ form|crispy }}{%endif%}
{%if cancel_url%}
<a
role=
"button"
class=
"{{btn_cancel_classes|default:'btn btn-primary'}}"
href=
"{{cancel_url}}"
>
{{ cancel_text|default:"Cancel" }}
</a>
{%endif%}
<div
class=
"form-class {{btn_container_classes|default:'pull-right'}}"
>
<div
class=
"form-class {{btn_container_classes|default:'pull-right
float-right
'}}"
>
<button
class=
"{{btn_classes|default:'btn btn-primary'}}"
type=
"submit"
>
{{ submit_text|default:"OK" }}
</button>
</div>
</form>
...
...
setup.py
View file @
78b97ab6
...
...
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup
(
name
=
'django-basetheme-bootstrap'
,
version
=
'0.2.4
2
'
,
version
=
'0.2.4
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