Skip to content
Snippets Groups Projects
Commit 90d2af80 authored by jan.bednarik's avatar jan.bednarik
Browse files

uniweb: Fix imports

parent d2207489
Branches
No related tags found
4 merge requests!781News2,!777uniweb: Fix imports,!775uniweb: Fix imports,!774uniweb: Fix imports
Pipeline #12653 passed
import random
from captcha.fields import CaptchaField from captcha.fields import CaptchaField
from django import forms from django import forms
from django.core.paginator import Paginator from django.core.paginator import Paginator
...@@ -31,14 +33,10 @@ from shared.models import ( ...@@ -31,14 +33,10 @@ from shared.models import (
ExtendedMetadataPageMixin, ExtendedMetadataPageMixin,
SubpageMixin, SubpageMixin,
) )
from shared.utils import make_promote_panels from shared.utils import make_promote_panels, strip_all_html_tags, trim_to_length
from tuning import admin_help from tuning import admin_help
from .blocks import ( from .blocks import PeopleGroupListBlock, PersonUrlBlock
PersonCustomPositionBlock,
PeopleGroupListBlock,
PersonUrlBlock,
)
from .constants import ( from .constants import (
ALIGN_CHOICES, ALIGN_CHOICES,
ALIGN_CSS, ALIGN_CSS,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment