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

fix formatting

parent 279d325a
No related branches found
No related tags found
2 merge requests!45Async near cavities,!43K8S deployments of release branche, and other updates
Pipeline #84281 failed
......@@ -317,7 +317,7 @@ class NearCavitiesHTMLFragmentView(DetailView):
def get_context_data(self, *, object_list=None, **kwargs):
return dict(
**super().get_context_data(**kwargs),
chaincount=self.request.GET.get('chaincount','0'),
cavcount=self.request.GET.get('cavcount','0'),
chaincount=self.request.GET.get('chaincount', '0'),
cavcount=self.request.GET.get('cavcount', '0'),
avg_std=MetaInformation.objects.first(),
)
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