From 36abecb7c2c032adfe1256a19e0bbe9aaa32a6e5 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 16 Jun 2015 12:24:10 +0200 Subject: [PATCH] Fix sirh_label field verbose_name --- src/authentic2_pratic/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/authentic2_pratic/models.py b/src/authentic2_pratic/models.py index 97d3f8b..f36f498 100644 --- a/src/authentic2_pratic/models.py +++ b/src/authentic2_pratic/models.py @@ -133,7 +133,7 @@ class Collectivity(OrganizationalUnit): blank=True) # cdg59collectivitySirhLabel sirh_label = CharField( - verbose_name=_('SIRH Code'), + verbose_name=_('SIRH Label'), max_length=64, blank=True) # cdg59inseeCode