Merge branch 'main' into release

This commit is contained in:
Cayo Puigdefabregas 2024-02-14 19:02:33 +01:00
commit 791cec1872
1 changed files with 7 additions and 1 deletions

View File

@ -17,7 +17,13 @@
<a href="https://laweb.pangea.org/politica-de-proteccio-de-dades/acces-als-formularis-arco/" target="_blank" type="button" class="btn btn-green-user me-3">{% trans 'ARCO Forms' %}</a>
{% endif %}
<a href="javascript:void()" type="button" class="btn btn-green-user">{% trans 'Notice of Privacy' %}</a>
<a href=
{% if lang == 'es' %}
"https://laweb.pangea.org/es/politica-de-privacidad/"
{% else %}
"https://laweb.pangea.org/politica-de-privacitat/"
{% endif %}
type="button" class="btn btn-green-user">{% trans 'Privacy Policy' %}</a>
</div>
</div>
{% load django_bootstrap5 %}