| 1 | from django.conf.urls.i18n import i18n_patterns |
| 2 | from django.urls import include, path, re_path |
| 3 | from django.utils.translation import gettext_lazy as _ |
| 4 | from django.views.generic import TemplateView |
nothing calls this directly
no test coverage detected