From f4e74abea64b8105bcdd59d29b2aff5e96df59f8 Mon Sep 17 00:00:00 2001 From: Tudor Amariei Date: Tue, 1 Oct 2024 11:26:52 +0300 Subject: [PATCH] Fix remaining NGO Hub registration error pages --- backend/locale/en/LC_MESSAGES/django.po | 131 ++++++++++-------- backend/locale/ro/LC_MESSAGES/django.po | 131 ++++++++++-------- .../v2/account/errors/multiple_ngos.html | 5 +- .../v2/account/errors/unknown_role.html | 5 +- 4 files changed, 152 insertions(+), 120 deletions(-) diff --git a/backend/locale/en/LC_MESSAGES/django.po b/backend/locale/en/LC_MESSAGES/django.po index 635bb881..3c47dae9 100644 --- a/backend/locale/en/LC_MESSAGES/django.po +++ b/backend/locale/en/LC_MESSAGES/django.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2024-09-30 13:06+0300\n" +"POT-Creation-Date: 2024-10-01 11:24+0300\n" "PO-Revision-Date: 2024-02-28 15:45+0000\n" "Last-Translator: Tudor Amariei \n" "Language-Team: English \n" "Language-Team: Romanian + {% trans 'Multiple NGOs for this CUI' %} +

{% trans 'Multiple NGOs have been found during synchronization. Admins have been notified and will resolve the issue shortly.'%}

diff --git a/backend/templates/v2/account/errors/unknown_role.html b/backend/templates/v2/account/errors/unknown_role.html index 9778226b..bc3662c6 100644 --- a/backend/templates/v2/account/errors/unknown_role.html +++ b/backend/templates/v2/account/errors/unknown_role.html @@ -1,7 +1,10 @@ {% extends 'account/errors/base.html' %} {% load i18n %} -{% block error_message %} +{% block content %} +

+ {% trans 'Unknown role' %} +

{% trans "Your current role isn't supported." %}