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

use default generated template name

parent 3fe18f37
No related branches found
No related tags found
No related merge requests found
......@@ -117,8 +117,6 @@ class JobSimulatorResult(DetailView):
slug_field = 'uuid'
slug_url_kwarg = 'uuid'
template_name = "assemblies/simulator_results.html"
def get_context_data(self, **kwargs):
context = super().get_context_data(**kwargs)
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