From fe4de10f7af479ea3422ddc50a5667f34e61bce3 Mon Sep 17 00:00:00 2001 From: Laouen Fernet Date: Sat, 16 Nov 2019 14:13:35 +0000 Subject: [PATCH] Mark strings for translation in templates --- templates/admin/custom_index.html | 11 +++++------ templates/base.html | 6 +++--- templates/buttons/history.html | 4 ++-- templates/errors/404.html | 2 +- templates/errors/500.html | 2 +- templates/registration/logged_out.html | 4 ++-- templates/registration/password_change_done.html | 2 +- templates/registration/password_change_form.html | 2 +- templates/registration/password_reset_complete.html | 2 +- templates/registration/password_reset_confirm.html | 2 +- templates/registration/password_reset_done.html | 2 +- templates/registration/password_reset_form.html | 2 +- 12 files changed, 20 insertions(+), 21 deletions(-) diff --git a/templates/admin/custom_index.html b/templates/admin/custom_index.html index df0a330c..30447c2f 100644 --- a/templates/admin/custom_index.html +++ b/templates/admin/custom_index.html @@ -14,8 +14,7 @@ Copyright © 2019 Alexandre Iooss {% block content %}

- {% blocktrans %}You are on the operator interface. Here you will be able to manage the network and users - from the top left menu. You can also go read the developer documentation.{% endblocktrans %} + {% blocktrans %}You are on the operator interface. Here you will be able to manage the network and users from the top left menu. You can also go read the developer documentation.{% endblocktrans %}

{% blocktrans %}To go back to the main site, click "View site" button in top right menu.{% endblocktrans %} @@ -26,12 +25,12 @@ Copyright © 2019 Alexandre Iooss {% block sidebar %}