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
@@ -264,6 +271,14 @@ class Response(models.Model):
264
271
verbose_name="Council responded via Right of Reply",
265
272
help_text="The council did not respond to the FOI request, but did provide the information as part of their Right of Reply response",
266
273
)
274
+
no_marks_reason=models.CharField(
275
+
max_length=50,
276
+
blank=True,
277
+
null=True,
278
+
choices=NO_MARKS_REASON_CHOICES,
279
+
verbose_name="Reason for giving no marks (if applicable)",
280
+
help_text="If you selected No, None or similar please supply a reason. If you could not find any evidence for the question then select 'No evidence found'. If there was evidence but it did not meet the criteria (e.g. the number of buildings retrofitted was less than the minimum) then select 'Evidence doesn't meet criteria'.",
0 commit comments