Adapted some other verbose names
This commit is contained in:
parent
34a586d1f4
commit
9bdad7fdb1
5 changed files with 11 additions and 3 deletions
|
|
@ -200,7 +200,7 @@ class Migration(migrations.Migration):
|
|||
],
|
||||
options={
|
||||
'verbose_name': 'Pratique professionnelle',
|
||||
'verbose_name_plural': 'Pratiques professionnelles',
|
||||
'verbose_name_plural': 'Pratique professionnelle',
|
||||
'ordering': ('-availability__period',),
|
||||
},
|
||||
),
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ class Migration(migrations.Migration):
|
|||
],
|
||||
options={
|
||||
'verbose_name': 'Motif de carnet du lait',
|
||||
'verbose_name_plural': 'Motifs de carnet du lait',
|
||||
},
|
||||
),
|
||||
migrations.AddField(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue