@@ -182,6 +186,11 @@ class ProtocolTypeTable(SingleValueTable):
self.value.private_group,
self.value.public_group,
]
etherpad_part=[
Table.bool(self.value.non_reproducible_pad_links)
]
ifnotconfig.ETHERPAD_ACTIVE:
ethernet_part=[]
mail_part=[
self.value.private_mail,
self.value.public_mail,
...
...
@@ -208,8 +217,8 @@ class ProtocolTypeTable(SingleValueTable):
action_part=[Table.link(url_for("delete_type",protocoltype_id=self.value.id),"Löschen",confirm="Bist du dir sicher, dass du den Protokolltype {} löschen möchtest?".format(self.value.name))]