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
help_text="Title is used to generate the summary/name of the Field Report. </br>The summary is constructed as: <b><i>Country IS03: Disaster Type - Start Date - Title - Field Report Number - (date)</b><i>",
39
+
max_length=256,
40
+
),
41
+
),
42
+
migrations.AlterField(
43
+
model_name="fieldreport",
44
+
name="title_ar",
45
+
field=models.CharField(
46
+
blank=True,
47
+
help_text="Title is used to generate the summary/name of the Field Report. </br>The summary is constructed as: <b><i>Country IS03: Disaster Type - Start Date - Title - Field Report Number - (date)</b><i>",
48
+
max_length=256,
49
+
null=True,
50
+
),
51
+
),
52
+
migrations.AlterField(
53
+
model_name="fieldreport",
54
+
name="title_en",
55
+
field=models.CharField(
56
+
blank=True,
57
+
help_text="Title is used to generate the summary/name of the Field Report. </br>The summary is constructed as: <b><i>Country IS03: Disaster Type - Start Date - Title - Field Report Number - (date)</b><i>",
58
+
max_length=256,
59
+
null=True,
60
+
),
61
+
),
62
+
migrations.AlterField(
63
+
model_name="fieldreport",
64
+
name="title_es",
65
+
field=models.CharField(
66
+
blank=True,
67
+
help_text="Title is used to generate the summary/name of the Field Report. </br>The summary is constructed as: <b><i>Country IS03: Disaster Type - Start Date - Title - Field Report Number - (date)</b><i>",
68
+
max_length=256,
69
+
null=True,
70
+
),
71
+
),
72
+
migrations.AlterField(
73
+
model_name="fieldreport",
74
+
name="title_fr",
75
+
field=models.CharField(
76
+
blank=True,
77
+
help_text="Title is used to generate the summary/name of the Field Report. </br>The summary is constructed as: <b><i>Country IS03: Disaster Type - Start Date - Title - Field Report Number - (date)</b><i>",
0 commit comments