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

update to new function name

parent 9e93b6b0
No related branches found
No related tags found
2 merge requests!13Edit view job,!7Simulator
Pipeline #155033 passed
......@@ -135,7 +135,7 @@ class SimulatorJobEdit(
return form
def form_valid(self, form):
self.object.run_simulator()
self.object.run_insillyclo(self.request)
return super().form_valid(form)
def get_context_data(self, **kwargs):
......
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