Skip to content

Commit

Permalink
2.19.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Lubos Matl committed Apr 28, 2020
1 parent 0ea3530 commit 187f0d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion is_core/generic_views/form_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,6 @@ def get_context_data(self, form=None, inline_form_views=None, **kwargs):
context_data = super().get_context_data(form=form, inline_form_views=inline_form_views, **kwargs)

show_buttons = self.get_show_buttons()
print(show_buttons)
context_data.update({
'module_name': get_model_name(self.model),
'cancel_url': self.get_cancel_url() if show_buttons else None,
Expand Down
2 changes: 1 addition & 1 deletion is_core/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = (2, 19, 10)
VERSION = (2, 19, 11)


def get_version():
Expand Down

0 comments on commit 187f0d4

Please sign in to comment.