File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
bootstrap_italia_template/templates Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -557,6 +557,25 @@ <h3 class="visually-hidden">Sezione Link Utili</h3>
557557 </ footer >
558558 {% endblock footer %}
559559
560+ {% block cookiebar %}
561+ {% comment %}
562+ < div class ="cookiebar ">
563+ < p > {% trans "Questo sito utilizza cookie tecnici, analytics e di terze parti." %}
564+ < br >
565+ {% trans "Proseguendo nella navigazione accetti l’utilizzo dei cookie." %}
566+ </ p >
567+ < div class ="cookiebar-buttons ">
568+ < a href ="# " class ="cookiebar-btn ">
569+ {% trans "Preferenze" %} < span class ="visually-hidden "> cookies</ span >
570+ </ a >
571+ < button data-accept ="cookiebar " class ="cookiebar-btn cookiebar-confirm ">
572+ {% trans "Accetto" %}< span class ="visually-hidden "> i cookies</ span >
573+ </ button >
574+ </ div >
575+ </ div >
576+ {% endcomment %}
577+ {% endblock cookiebar %}
578+
560579 {% block bootstrap_italia_loader %}
561580 < script src ="{% django_bootstrap_italia_static_path 'js/bootstrap-italia.bundle.min.js' %} "> </ script >
562581 {% endblock bootstrap_italia_loader %}
Original file line number Diff line number Diff line change 1313
1414setup (
1515 name = 'design-django-theme' ,
16- version = 'v2.15.0 ' ,
16+ version = 'v2.15.1 ' ,
1717 packages = ['bootstrap_italia_template' , ],
1818 package_data = {'bootstrap_italia_template' : ['bootstrap_italia_template/*' ]},
1919 include_package_data = True ,
You can’t perform that action at this time.
0 commit comments