web: remove base interface

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer
2021-06-13 19:54:27 +02:00
parent 5ae32e525c
commit bb8559ee18
3 changed files with 93 additions and 103 deletions

View File

@ -141,7 +141,7 @@ class OutpostServiceConnection(models.Model):
@property
def component(self) -> str:
"""Return component used to edit this object"""
raise NotImplementedError
return ""
class Meta: