mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-10 03:49:24 +00:00
Disabled Galaxy button & Removed 404 exception display
This commit is contained in:
@ -4,9 +4,9 @@
|
||||
|
||||
<div id="page">
|
||||
<h3>{% trans %}404, Not Found{% endtrans %}</h3>
|
||||
<p class="alert alert-red">
|
||||
{% comment %} <p class="alert alert-red">
|
||||
{{ exception }}
|
||||
</p>
|
||||
</p> {% endcomment %}
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
|
@ -207,7 +207,7 @@ class UserTabsMixin(TabedViewMixin):
|
||||
"name": _("Pictures"),
|
||||
},
|
||||
]
|
||||
if False and self.request.user.was_subscribed:
|
||||
if settings.SITH_ENABLE_GALAXY and self.request.user.was_subscribed:
|
||||
tab_list.append(
|
||||
{
|
||||
"url": reverse("galaxy:user", kwargs={"user_id": user.id}),
|
||||
|
Reference in New Issue
Block a user