11617 validate csv column headers

This commit is contained in:
Arthur 2023-03-20 13:09:11 -07:00 committed by Jeremy Stretch
parent 5de9d3f15f
commit ef33aa9fce

View File

@ -2,6 +2,7 @@ import re
from django import forms
from django.utils.translation import gettext as _
from .mixins import BootstrapMixin
__all__ = (