diff --git a/signbank/dictionary/templates/dictionary/manage_lexicons.html b/signbank/dictionary/templates/dictionary/manage_lexicons.html index 074b1ac4..983e5097 100644 --- a/signbank/dictionary/templates/dictionary/manage_lexicons.html +++ b/signbank/dictionary/templates/dictionary/manage_lexicons.html @@ -25,11 +25,11 @@

{% blocktrans %}Description{% endblocktrans %}

{% blocktrans %}Copyright{% endblocktrans %}

{{obj.copyright}}

{% blocktrans %}ECV (externally controlled vocabulary){% endblocktrans %} {% blocktrans %}A vocabulary for ELAN{% endblocktrans %}

- {% if obj.is_public %}

{% blocktrans %}Public ECV{% endblocktrans %}: - http://{{ request.get_host }}{% url 'dictionary:public_gloss_list_xml' obj.id %}

+ {% if obj.is_public %}

{% blocktrans %}Public ECV{% endblocktrans %}: + https://{{ current_site_domain }}{% url 'dictionary:public_gloss_list_xml' obj.id %}

{% endif %} -

{% blocktrans %}Advanced ECV{% endblocktrans %}: - http://{{ request.get_host }}{% url 'dictionary:gloss_list_xml' obj.id %}

+

{% blocktrans %}Advanced ECV{% endblocktrans %}: + https://{{ current_site_domain }}{% url 'dictionary:gloss_list_xml' obj.id %}

{% if user.is_superuser %}

{% blocktrans %}Users with permissions{% endblocktrans %}