Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
monodo committed May 28, 2024
1 parent 17d224c commit 0c47f69
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,18 @@
class Migration(migrations.Migration):

dependencies = [
('accounts', '0019_administrativeentity_agenda_domain'),
("accounts", "0019_administrativeentity_agenda_domain"),
]

operations = [
migrations.AlterField(
model_name='permitdepartment',
name='integrator',
field=models.IntegerField(default=0, help_text='Identifiant du groupe', null=True, verbose_name='Groupe des administrateurs'),
model_name="permitdepartment",
name="integrator",
field=models.IntegerField(
default=0,
help_text="Identifiant du groupe",
null=True,
verbose_name="Groupe des administrateurs",
),
),
]
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
<i class="fa fa-plus-circle"></i> &nbsp; Créer un intégrateur
</a>
{{ block.super }}
{% endblock %}
{% endblock %}

0 comments on commit 0c47f69

Please sign in to comment.