X-Git-Url: https://code.grnet.gr/git/flowspy/blobdiff_plain/66f409ef13c88ef3ca01cd82c76134f3005db143..85accc483167869853bfcfe6cc8c65bc0be5dc69:/templates/error.html?ds=sidebyside diff --git a/templates/error.html b/templates/error.html index a6a79e2..c8507a2 100644 --- a/templates/error.html +++ b/templates/error.html @@ -1,7 +1,7 @@ {% load i18n %} -{% if error %}{% if inactive %}Activation Pending{% else %}Error{% endif %}{% endif %} +{% if error %}{% if inactive %}{% trans "Activation Pending" %}{% else %}{% trans "Error" %}{% endif %}{% endif %} @@ -65,7 +65,7 @@ $(document).ready(function(){ {% endif %} {% trans "Logout" %} {% else %} - {% trans "Retry Login" %} + {% trans "Retry Login" %} {% endif %} @@ -79,22 +79,22 @@ $(document).ready(function(){ {% endblock %} {% block content %} - {% if error %}{% if inactive %}

Activation Pending

{% else %}

Error

{% endif %}{% endif %} + {% if error %}{% if inactive %}

{% trans "Activation Pending" %}

{% else %}

{% trans "Error" %}

{% endif %}{% endif %}
{% if missing_attributes %} -

One or more required shibboleth attributes were not released towards this service

+

{% trans "One or more required shibboleth attributes were not released towards this service" %}

{% endif %}

{% autoescape off %}{{error}}{% endautoescape %}

{% if missing_attributes %}

- Required shibboleth attributes:
+ {% trans "Required shibboleth attributes" %}:

- Optional Attributes: + {% trans "Optional" %}: