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
af7e8c8b
Commit
af7e8c8b
authored
Feb 19, 2021
by
Bryan BRANCOTTE
Browse files
allows to override message block css classes
parent
39278981
Pipeline
#48358
passed with stage
in 31 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html
View file @
af7e8c8b
...
...
@@ -101,7 +101,7 @@
</div>
{% endblock %}
{% if messages %}
<div
class=
"pb-2 mb-2 col-12"
>
<div
class=
"
{% block messages_css_classes %}
pb-2 mb-2 col-12
{% endblock %}
"
>
<div
class=
"border-bottom"
>
{% for message in messages %}
<p
class=
"alert alert-{{ message.tags|tags_to_bootstrap }}"
>
...
...
setup.py
View file @
af7e8c8b
...
...
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup
(
name
=
'django-basetheme-bootstrap'
,
version
=
'0.2.5
5
'
,
version
=
'0.2.5
6
'
,
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