diff --git a/passbook/admin/templates/administration/outpost/list.html b/passbook/admin/templates/administration/outpost/list.html index b539cfa52..827ae8b1d 100644 --- a/passbook/admin/templates/administration/outpost/list.html +++ b/passbook/admin/templates/administration/outpost/list.html @@ -32,7 +32,7 @@
{% include 'partials/pagination.html' %}
diff --git a/passbook/providers/oauth2/templates/providers/oauth2/end_session.html b/passbook/providers/oauth2/templates/providers/oauth2/end_session.html index c43029483..e0fad05ce 100644 --- a/passbook/providers/oauth2/templates/providers/oauth2/end_session.html +++ b/passbook/providers/oauth2/templates/providers/oauth2/end_session.html @@ -16,11 +16,13 @@ You've logged out of {{ application }}. {% block card %}
- {% if message %} -

{% trans message %}

- {% endif %} +

+ {% blocktrans with application=application.name %} + You've logged out of {{ application }}. You can go back to the overview to launch another application, or log out of your passbook account. + {% endblocktrans %} +

- {% trans 'Go back to passbook' %} + {% trans 'Go back to overview' %} {% trans 'Log out of passbook' %}