Skip to content
Snippets Groups Projects
Commit bd0fa6fe authored by Piotr Matyjaszyk's avatar Piotr Matyjaszyk
Browse files

Small modem fix; rooms do not have to have equipment

parent e975a982
No related branches found
No related tags found
No related merge requests found
......@@ -137,7 +137,8 @@ class Item (models.Model):
class Room (models.Model):
possEquipment = models.ManyToManyField(Item,
verbose_name='Posessed equipment'
verbose_name='On-site equipment',
null=True, blank=True
)
owner = models.CharField(max_length=50,
verbose_name='Owner'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment