Déplace le choix de la promo dans le formulaire

This commit is contained in:
Tom Hubrecht 2021-06-27 00:23:49 +02:00
parent 7ca7f7298a
commit f70eacfc37
4 changed files with 45 additions and 13 deletions

View file

@ -0,0 +1,18 @@
# Generated by Django 2.2.17 on 2021-06-26 22:22
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
("kfet", "0078_negative_end"),
]
operations = [
migrations.AlterField(
model_name="account",
name="promo",
field=models.IntegerField(null=True),
),
]