Skip to content
GitLab
Menu
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
7f60006b
Commit
7f60006b
authored
Oct 19, 2021
by
Bryan BRANCOTTE
Browse files
ui fixes
parent
3447204c
Pipeline
#67734
passed with stage
in 1 minute and 37 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
basetheme_bootstrap/static/css/basetheme_bootstrap4_pasteur.css
View file @
7f60006b
...
...
@@ -805,6 +805,9 @@ border-color: #dc3545;
.input-group
>
.input-group-append
>
.input-group-btn
{
border-radius
:
0
;
}
.input-group
>
.form-control
{
border-radius
:
0
;
}
.fork_me
{
display
:
none
;
}
...
...
basetheme_bootstrap/views.py
View file @
7f60006b
...
...
@@ -209,7 +209,7 @@ def user_delete(request):
'form'
:
form
,
'protected'
:
collector
.
protected
,
'medium_width'
:
True
,
'btn_classes'
:
'btn-lg btn-danger text-center'
,
'btn_classes'
:
'btn
btn
-lg btn-danger text-center'
,
'btn_container_classes'
:
'text-center'
,
'custom_css_width'
:
' '
,
})
...
...
setup.py
View file @
7f60006b
...
...
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup
(
name
=
'django-basetheme-bootstrap'
,
version
=
'0.2.6
8
'
,
version
=
'0.2.6
9
'
,
description
=
'Django Basetheme Bootstrap'
,
long_description
=
readme
,
author
=
'Bryan Brancotte'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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