You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
default=False, help_text="<b>If checked, the name of the Emergency will not be auto-generated. </b>"
18
+
),
19
+
),
20
+
migrations.AddField(
21
+
model_name="event",
22
+
name="title",
23
+
field=models.CharField(
24
+
blank=True,
25
+
help_text="Title is used to generate the name of the Emergency. </br>The name is constructed as: <b><i>Country IS03 or Name: Disaster Type - Start Date - Title</b><i>",
26
+
max_length=256,
27
+
),
28
+
),
29
+
migrations.AddField(
30
+
model_name="event",
31
+
name="title_ar",
32
+
field=models.CharField(
33
+
blank=True,
34
+
help_text="Title is used to generate the name of the Emergency. </br>The name is constructed as: <b><i>Country IS03 or Name: Disaster Type - Start Date - Title</b><i>",
35
+
max_length=256,
36
+
null=True,
37
+
),
38
+
),
39
+
migrations.AddField(
40
+
model_name="event",
41
+
name="title_en",
42
+
field=models.CharField(
43
+
blank=True,
44
+
help_text="Title is used to generate the name of the Emergency. </br>The name is constructed as: <b><i>Country IS03 or Name: Disaster Type - Start Date - Title</b><i>",
45
+
max_length=256,
46
+
null=True,
47
+
),
48
+
),
49
+
migrations.AddField(
50
+
model_name="event",
51
+
name="title_es",
52
+
field=models.CharField(
53
+
blank=True,
54
+
help_text="Title is used to generate the name of the Emergency. </br>The name is constructed as: <b><i>Country IS03 or Name: Disaster Type - Start Date - Title</b><i>",
55
+
max_length=256,
56
+
null=True,
57
+
),
58
+
),
59
+
migrations.AddField(
60
+
model_name="event",
61
+
name="title_fr",
62
+
field=models.CharField(
63
+
blank=True,
64
+
help_text="Title is used to generate the name of the Emergency. </br>The name is constructed as: <b><i>Country IS03 or Name: Disaster Type - Start Date - Title</b><i>",
0 commit comments