From d16bf126118603e61073bda4e6ab5b8e74e3d5a7 Mon Sep 17 00:00:00 2001 From: Julien Constant Date: Tue, 10 Oct 2023 15:29:02 +0200 Subject: [PATCH] Links update & translations typos fixes (#671) * Remove BDF link (as BDF is now part of AE) * Remove unused pages * Fix typos * Fix typo again --- club/templates/club/club_sellings.jinja | 2 +- club/templates/club/club_tools.jinja | 2 +- com/templates/com/news_detail.jinja | 2 +- core/templates/core/base.jinja | 6 +- core/templates/core/register.jinja | 2 +- core/templates/core/user_account.jinja | 4 +- core/templates/core/user_account_detail.jinja | 4 +- .../templates/counter/cash_summary_list.jinja | 2 +- counter/templates/counter/counter_list.jinja | 4 +- counter/templates/counter/counter_main.jinja | 2 +- counter/templates/counter/last_ops.jinja | 4 +- .../templates/counter/refilling_list.jinja | 2 +- locale/fr/LC_MESSAGES/django.po | 86 ++++++++----------- pedagogy/templates/pedagogy/uv_detail.jinja | 2 +- pedagogy/templates/pedagogy/uv_edit.jinja | 8 +- 15 files changed, 56 insertions(+), 76 deletions(-) diff --git a/club/templates/club/club_sellings.jinja b/club/templates/club/club_sellings.jinja index 6759fb3d..6fdee86a 100644 --- a/club/templates/club/club_sellings.jinja +++ b/club/templates/club/club_sellings.jinja @@ -2,7 +2,7 @@ {% from 'core/macros.jinja' import user_profile_link, paginate %} {% block content %} -

{% trans %}Sellings{% endtrans %}

+

{% trans %}Sales{% endtrans %}

{% csrf_token %} {{ form }} diff --git a/club/templates/club/club_tools.jinja b/club/templates/club/club_tools.jinja index e35c9bc2..49e2b0df 100644 --- a/club/templates/club/club_tools.jinja +++ b/club/templates/club/club_tools.jinja @@ -30,7 +30,7 @@ {% endif %} {% if object.club_account.exists() %} -

{% trans %}Accouting: {% endtrans %}

+

{% trans %}Accounting: {% endtrans %}