Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
django-basetheme-bootstrap
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bryan BRANCOTTE
django-basetheme-bootstrap
Commits
f1477fc1
Commit
f1477fc1
authored
3 years ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
using datatables along with bootstrap4
parent
6590cdd8
No related branches found
No related tags found
No related merge requests found
Pipeline
#60871
passed
3 years ago
Stage: test
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html
+4
-5
4 additions, 5 deletions
..._bootstrap/templates/basetheme_bootstrap/basePasteur.html
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
5 additions
and
6 deletions
basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html
+
4
−
5
View file @
f1477fc1
...
...
@@ -11,11 +11,10 @@
{% block favicon %}
<link
rel=
"icon"
href=
"/static/img/favicon.png"
>
{% endblock %}
<!-- Bootstrap core CSS -->
<link
rel=
"stylesheet"
href=
"https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity=
"sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin=
"anonymous"
>
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.5.2/css/bootstrap.css"
>
<link
href=
"https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.4.0/css/bootstrap4-toggle.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.datatables.net/1.10.
16
/css/
jquery.
dataTables.min.css"
rel=
"stylesheet"
>
<link
href=
"https://cdn.datatables.net/1.10.
25
/css/dataTables.
bootstrap4.
min.css"
rel=
"stylesheet"
>
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/10.0.0/css/bootstrap-slider.min.css"
/>
<link
rel=
"stylesheet"
href=
"{% sstatic '/css/bootstrap-multiselect.css' %}"
type=
"text/css"
/>
...
...
@@ -176,8 +175,8 @@
integrity=
"sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin=
"anonymous"
></script>
<script
src=
"https://cdn.jsdelivr.net/gh/gitbrent/bootstrap4-toggle@3.4.0/js/bootstrap4-toggle.min.js"
></script>
<script
src=
"https://cdn.datatables.net/1.10.
16
/js/jquery.dataTables.js"
></script>
<script
src=
"https://cdn.datatables.net/1.10.
19
/js/
jquery.
dataTables.min.js"
></script>
<script
src=
"https://cdn.datatables.net/1.10.
25
/js/jquery.dataTables.
min.
js"
></script>
<script
src=
"https://cdn.datatables.net/1.10.
25
/js/dataTables.
bootstrap4.
min.js"
></script>
<script
src=
"https://cdn.datatables.net/buttons/1.5.2/js/dataTables.buttons.min.js"
></script>
<script
src=
"https://cdn.datatables.net/buttons/1.5.2/js/buttons.flash.min.js"
></script>
<script
type=
"text/javascript"
src=
"{% sstatic '/js/bootstrap-multiselect.js' %}"
></script>
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
f1477fc1
...
...
@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup
(
name
=
'
django-basetheme-bootstrap
'
,
version
=
'
0.2.
59
'
,
version
=
'
0.2.
60
'
,
description
=
'
Django Basetheme Bootstrap
'
,
long_description
=
readme
,
author
=
'
Bryan Brancotte
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment