mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 23:42:14 +00:00
Initial work at coercing activity feed into showing RAs
Also shows Asset/Supplier on the homepage feed.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user