Commit 71693ac9 authored by Mickaël Desfrênes's avatar Mickaël Desfrênes
Browse files

fix tpl bug

parent 980f4d8b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ def projects_management(request: HttpRequest) -> HttpResponse:
    if request.user.is_superuser:
        return render(
            request,
            "management/projects.html",
            "management/roles.html",
            {
                "projects": Project.objects.all(),
                "users": User.objects.all(),