Skip to content
Snippets Groups Projects
Commit da3f44db authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix model extensions

parent 9089db85
No related branches found
No related tags found
1 merge request!16Sepaxml
Pipeline #84019 failed
......@@ -6,5 +6,5 @@ from aleksis.core.models import Person
Person.field(
external_accounting_number=CharField(verbose_name="External accounting number"), blank=True
external_accounting_number=CharField(verbose_name=_("External accounting number"), blank=True)
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment