@@ -116,3 +116,29 @@ class DefaultTOPsTable(Table):
Table.link(url_for("delete_default_top",type_id=self.protocoltype.id,top_id=top.id),"Löschen",confirm="Bist du dir sicher, dass du den Standard-TOP {} löschen willst?".format(top.name))
Table.link(url_for("delete_reminder",type_id=self.protocoltype.id,reminder_id=reminder.id),"Löschen",confirm="Bist du dir sicher, dass du die Einladungsmail {} Tage vor der Sitzung löschen willst?".format(reminder.days_before))