Skip to content
Snippets Groups Projects
Commit 3fe18f37 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

instance already available

parent 532c476c
No related branches found
No related tags found
No related merge requests found
...@@ -121,7 +121,6 @@ class JobSimulatorResult(DetailView): ...@@ -121,7 +121,6 @@ class JobSimulatorResult(DetailView):
def get_context_data(self, **kwargs): def get_context_data(self, **kwargs):
context = super().get_context_data(**kwargs) context = super().get_context_data(**kwargs)
context['simulation'] = self.object
return context return context
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment