Change privacy policy link and text

This commit is contained in:
Elijah 2024-02-13 20:10:31 +01:00
parent 2f172728c3
commit e5d2c6d948
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> <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 %} {% 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>
</div> </div>
{% load django_bootstrap5 %} {% load django_bootstrap5 %}