com/core: remove links to index edition that caused error 500

This commit is contained in:
2019-08-29 17:23:27 +02:00
parent d7b351a1aa
commit 3fc8688941
3 changed files with 19 additions and 4 deletions

View File

@ -114,9 +114,6 @@ class ComTabsMixin(TabedViewMixin):
"name": _("Weekmail destinations"),
}
)
tab_list.append(
{"url": reverse("com:index_edit"), "slug": "index", "name": _("Index page")}
)
tab_list.append(
{"url": reverse("com:info_edit"), "slug": "info", "name": _("Info message")}
)