Fix agency site import ordering for CI

This commit is contained in:
2026-03-30 18:35:01 +02:00
parent 9059cd28ae
commit 582efd017d
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ from typing import Any
from django.core.management.base import BaseCommand from django.core.management.base import BaseCommand
from django.db import transaction from django.db import transaction
from wagtail.blocks import StreamValue from wagtail.blocks import StreamValue
from wagtail.models import Locale, Page from wagtail.models import Locale, Page

View File

@@ -1,6 +1,7 @@
from __future__ import annotations from __future__ import annotations
from django import template from django import template
from wagtail.models import Locale, Page from wagtail.models import Locale, Page
register = template.Library() register = template.Library()