From 3fe18f37dadeaca530ed1630a577fe73c8ad567d Mon Sep 17 00:00:00 2001 From: Bryan Brancotte <bryan.brancotte@pasteur.fr> Date: Fri, 18 Apr 2025 10:24:58 +0200 Subject: [PATCH] instance already available --- src/InSillyCloWeb/assemblies/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/InSillyCloWeb/assemblies/views.py b/src/InSillyCloWeb/assemblies/views.py index 63f83a5..e3f4dff 100644 --- a/src/InSillyCloWeb/assemblies/views.py +++ b/src/InSillyCloWeb/assemblies/views.py @@ -121,7 +121,6 @@ class JobSimulatorResult(DetailView): def get_context_data(self, **kwargs): context = super().get_context_data(**kwargs) - context['simulation'] = self.object return context -- GitLab