Skip to content

Commit

Permalink
feat: Bootstrap italia v2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Sep 21, 2023
1 parent ee725e4 commit f78be7b
Show file tree
Hide file tree
Showing 15 changed files with 22 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ E' possibile recuperare i file statici (css, js, svg) da una CDN.
Nel ```settings.py``` del proprio progetto basta customizzare i seguenti parametri:

- ```DJANGO_BOOSTRAP_ITALIA_USE_CDN``` (default **False**);
- ```DJANGO_BOOSTRAP_ITALIA_CDN``` (default **https://cdn.jsdelivr.net/npm/bootstrap-italia@2.3.6/dist**);
- ```DJANGO_BOOSTRAP_ITALIA_CDN``` (default **https://cdn.jsdelivr.net/npm/bootstrap-italia@2.6.2/dist**);

Descrizione dei blocchi
-----------------------
Expand Down
2 changes: 1 addition & 1 deletion bootstrap_italia_template/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

# CDN FOR STATICS
DJANGO_BOOSTRAP_ITALIA_USE_CDN = False
DJANGO_BOOSTRAP_ITALIA_CDN = 'https://cdn.jsdelivr.net/npm/bootstrap-italia@2.4.2/dist'
DJANGO_BOOSTRAP_ITALIA_CDN = 'https://cdn.jsdelivr.net/npm/bootstrap-italia@2.6.2/dist'

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions bootstrap_italia_template/static/js/bootstrap-italia.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bootstrap_italia_template/static/plugins/input-label.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions bootstrap_italia_template/static/plugins/navscroll.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f78be7b

Please sign in to comment.