diff --git a/gestiojeux/settings.py b/gestiojeux/settings.py index b950b51..e76eb05 100644 --- a/gestiojeux/settings.py +++ b/gestiojeux/settings.py @@ -88,7 +88,7 @@ INSTALLED_APPS = [ "accounts", "comments", "inventory", - "suggestions", + # "suggestions", "loans", "django_cleanup", # Keep last "authens", diff --git a/gestiojeux/urls.py b/gestiojeux/urls.py index 6ebd097..d3bfaa8 100644 --- a/gestiojeux/urls.py +++ b/gestiojeux/urls.py @@ -22,7 +22,7 @@ urlpatterns = [ path("admin/", admin.site.urls), path("markdownx/", include("markdownx.urls")), path("inventory/", include("inventory.urls")), - path("suggestions/", include("suggestions.urls")), + # path("suggestions/", include("suggestions.urls")), path("account/", include("accounts.urls")), path("authens/", include("authens.urls")), path("", include("website.urls")), diff --git a/website/templates/partials/header.html b/website/templates/partials/header.html index fb834c3..467ae9f 100644 --- a/website/templates/partials/header.html +++ b/website/templates/partials/header.html @@ -10,7 +10,9 @@
Inventaire + {% comment %} Suggestions + {% endcomment %} {% if perms.inventory.can_see_loan_details %} Gestion des emprunts {% endif %}