Skip to content

Commit

Permalink
Fix Geonode issue 4352
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Doig committed May 23, 2019
1 parent 7867cc1 commit c14cf2a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions geonode/base/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ def run(self, request, queryset):
return TemplateResponse(
request,
'admin/backups/confirm_cancel.html',
context,
current_app=self.admin_site.name)
context)


def restore(self, request, queryset):
Expand Down Expand Up @@ -145,8 +144,7 @@ def restore(self, request, queryset):
return TemplateResponse(
request,
'admin/backups/confirm_cancel.html',
context,
current_app=self.admin_site.name)
context)


run.short_description = "Run the Backup"
Expand Down

0 comments on commit c14cf2a

Please sign in to comment.