aboutsummaryrefslogtreecommitdiffstats
path: root/cl-theme
diff options
context:
space:
mode:
Diffstat (limited to 'cl-theme')
-rw-r--r--cl-theme/templates/comments.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/cl-theme/templates/comments.html b/cl-theme/templates/comments.html
index 725447a..ac51fe9 100644
--- a/cl-theme/templates/comments.html
+++ b/cl-theme/templates/comments.html
@@ -105,9 +105,11 @@
<input class="button is-button-grey" name="submit" type="submit" value="{{ _('Enviar comentario') }}"/>
<!-- Política de Uso -->
{% if DEFAULT_LANG == 'en' %}
- <a href="{{ SITEURL}}/pages/politica-de-uso-es.html">{{ _('Política de uso') }}</a>
+ <a href="{{ SITEURL}}/pages/usage-policy.html">{{ _('Política de uso') }}</a>
{% elif DEFAULT_LANG == 'fr' %}
<a href="{{ SITEURL}}/pages/politica-de-uso-es.html">{{ _('Política de uso') }}</a>
+ {% elif DEFAULT_LANG == 'eo' %}
+ <a href="{{ SITEURL}}/pages/regularo-pri-uzado.html">{{ _('Política de uso') }}</a>
{% else %}
<a href="{{ SITEURL}}/pages/politica-de-uso.html">{{ _('Política de uso') }}</a>
{% endif %}