--- /dev/null
+# Generated by Django 3.2.3 on 2023-06-08 11:25
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('teleforma', '0014_testimonial_sent'),
+ ]
+
+ operations = [
+ migrations.AddField(
+ model_name='seminar',
+ name='animation_text',
+ field=models.CharField(blank=True, help_text="Affiché au dessus de l'intervenant, par exemple 'formation animée par'", max_length=1024, null=True, verbose_name="Text d'animation"),
+ ),
+ ]
--- /dev/null
+# Generated by Django 3.2.3 on 2023-06-08 11:51
+
+from django.db import migrations, models
+
+
+class Migration(migrations.Migration):
+
+ dependencies = [
+ ('teleforma', '0015_seminar_animation_text'),
+ ]
+
+ operations = [
+ migrations.AddField(
+ model_name='conference',
+ name='animation_text',
+ field=models.CharField(blank=True, help_text="Affiché au dessus de l'intervenant, par exemple 'formation animée par'", max_length=1024, null=True, verbose_name="Text d'animation"),
+ ),
+ ]
help_text="Affiché sur la page formation du shop",
null=True,
blank=True)
+ animation_text = models.CharField("Text d'animation", help_text="Affiché au dessus de l'intervenant, par exemple 'formation animée par'", max_length=1024, blank=True, null=True)
plan = tinymce.models.HTMLField("Plan détaillé",
help_text="Affiché sur la page formation du shop. Ajouter dans le code source <div class=\"break\"></div> pour choisir ou couper la colonne.",
null=True,
help_text="Affiché sur la page formation du shop",
null=True,
blank=True)
+ animation_text = models.CharField("Text d'animation", help_text="Affiché au dessus de l'intervenant, par exemple 'formation animée par'", max_length=1024, blank=True, null=True)
plan = tinymce.models.HTMLField("Plan détaillé",
help_text="Affiché sur la page formation du shop. Ajouter dans le code source <div class=\"break\"></div> pour choisir ou couper la colonne.",
null=True,