Projet

Général

Profil

0001-errors-add-longer-text-to-access-forbidden-error-647.patch

Frédéric Péters, 03 mai 2022 08:58

Télécharger (804 octets)

Voir les différences:

Subject: [PATCH] errors: add longer text to access forbidden error (#64742)

 wcs/qommon/errors.py | 1 +
 1 file changed, 1 insertion(+)
wcs/qommon/errors.py
40 40
            )
41 41
        else:
42 42
            return template.error_page(
43
                _('You do not have the required permissions to access this page.'),
43 44
                _('Access Forbidden'),
44 45
                location_hint=self.location_hint,
45 46
            )
46
-