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
cbebadbe
Commit
cbebadbe
authored
Jun 19, 2020
by
Bryan BRANCOTTE
Browse files
Add a pre_content_page_title block
parent
d3e388e7
Pipeline
#32594
passed with stage
in 1 minute and 13 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html
View file @
cbebadbe
...
...
@@ -84,7 +84,9 @@
<main
role=
"main"
class=
"flex-shrink-0"
>
<div
class=
"{% block container-class %}container mb-4{% endblock %}"
>
<div
class=
"row"
>
{% block pre_content_page_title %}
{% include_if_exists "pre_content_page_title.html"|localize_template "basetheme_bootstrap/pre_content_page_title.example.html" %}
{% endblock pre_content_page_title %}
{% block whole_content_page_title %}
<div
class=
"pb-2 mt-4 mb-2 col-12"
>
{% block content_page_title %}
...
...
setup.py
View file @
cbebadbe
...
...
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup
(
name
=
'django-basetheme-bootstrap'
,
version
=
'0.2.3
6
'
,
version
=
'0.2.3
7
'
,
description
=
'Django Basetheme Bootstrap'
,
long_description
=
readme
,
author
=
'Bryan Brancotte'
,
...
...
Write
Preview
Markdown
is supported
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