Fixes #17884: Fix translation support for certain tab headings

This commit is contained in:
Jeremy Stretch
2024-10-29 17:02:08 -04:00
parent 78546cae28
commit e0742decef
6 changed files with 5065 additions and 5765 deletions

View File

@@ -6,7 +6,7 @@ from django.db.models import Prefetch, Sum
from django.http import HttpResponse
from django.shortcuts import get_object_or_404, redirect, render
from django.urls import reverse
from django.utils.translation import gettext as _
from django.utils.translation import gettext_lazy as _
from django.views.generic.base import RedirectView
from jinja2.exceptions import TemplateError