Skip to content

Commit

Permalink
chore: Bootstrap Italia v2.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
francesco-filicetti committed Oct 17, 2024
1 parent 89bccb6 commit 8141ddb
Show file tree
Hide file tree
Showing 16 changed files with 257 additions and 153 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_BOOTSTRAP_ITALIA_USE_CDN``` (default **False**);
- ```DJANGO_BOOTSTRAP_ITALIA_CDN``` (default **https://cdn.jsdelivr.net/npm/bootstrap-italia@2.6.2/dist**);
- ```DJANGO_BOOTSTRAP_ITALIA_CDN``` (default **https://cdn.jsdelivr.net/npm/bootstrap-italia@2.10.0/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_BOOTSTRAP_ITALIA_USE_CDN = False
DJANGO_BOOTSTRAP_ITALIA_CDN = 'https://cdn.jsdelivr.net/npm/bootstrap-italia@2.8.8/dist'
DJANGO_BOOTSTRAP_ITALIA_CDN = 'https://cdn.jsdelivr.net/npm/bootstrap-italia@2.10.0/dist'

Large diffs are not rendered by default.

Large diffs are not rendered by default.

20 changes: 8 additions & 12 deletions bootstrap_italia_template/static/js/bootstrap-italia.bundle.min.js

Large diffs are not rendered by default.

18 changes: 7 additions & 11 deletions bootstrap_italia_template/static/js/bootstrap-italia.min.js

Large diffs are not rendered by default.

9 changes: 7 additions & 2 deletions bootstrap_italia_template/static/plugins/form-validate.js

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

Large diffs are not rendered by default.

Loading

0 comments on commit 8141ddb

Please sign in to comment.