Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Esteves committed Aug 2, 2018
1 parent dc66b19 commit 98fb811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arctic/generics.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def get_context_data(self, **kwargs):
context['LOGOUT_URL'] = self.get_logout_url()
context['media'] = self.media
context['form_display'] = self.get_form_display()
context['in_modal'] = self.request.GET.get('in_modal', False)
context['in_modal'] = self.request.GET.get('inmodal', False)
return context

def get_breadcrumbs(self):
Expand Down

0 comments on commit 98fb811

Please sign in to comment.