Merge pull request 'Change privacy policy link and text' (#134) from privacy-policy into main
Reviewed-on: https://gitea.pangea.org/trustchain-oc1-orchestral/IdHub/pulls/134
This commit is contained in:
commit
4439af300f
|
@ -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 %}
|
||||||
|
|
Loading…
Reference in New Issue