remove galaxy from production

This commit is contained in:
imperosol
2025-03-28 18:07:34 +01:00
parent 15d541b596
commit 812e0f5f4c
5 changed files with 7 additions and 15 deletions

View File

@ -205,14 +205,6 @@ class UserTabsMixin(TabedViewMixin):
"name": _("Pictures"),
},
]
if settings.SITH_ENABLE_GALAXY and self.request.user.was_subscribed:
tab_list.append(
{
"url": reverse("galaxy:user", kwargs={"user_id": user.id}),
"slug": "galaxy",
"name": _("Galaxy"),
}
)
if self.request.user == user:
tab_list.append(
{"url": reverse("core:user_tools"), "slug": "tools", "name": _("Tools")}