Initial work at coercing activity feed into showing RAs

Also shows Asset/Supplier on the homepage feed.
This commit is contained in:
2020-05-29 15:39:45 +01:00
parent 0e2adf3f0d
commit 156e639bac
5 changed files with 19 additions and 9 deletions

View File

@@ -608,3 +608,6 @@ class RiskAssessment(models.Model):
suspended_structures = models.BooleanField(default=False, help_text="Are any structures (excluding projector screens and IWBs) being suspended from TEC's structures?")
# Blimey that was a lot of options
def __str__(self):
return "%i: %s" % (self.pk, self.event)