Skip to content

Commit

Permalink
Merge pull request #1267 from ojii/feature/fix-translation-deletion-c…
Browse files Browse the repository at this point in the history
…onfirmation-1.4

Fixed delete confirmation for translations
  • Loading branch information
chrisglass committed Jun 8, 2012
2 parents c3317be + af45339 commit 3896ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/admin/pageadmin.py
Original file line number Diff line number Diff line change
Expand Up @@ -995,7 +995,7 @@ def delete_translation(self, request, object_id, extra_context=None):
"object": titleobj,
"deleted_objects": deleted_objects,
"perms_lacking": perms_needed,
"opts": titleopts,
"opts": opts,
"root_path": reverse('admin:index'),
"app_label": app_label,
}
Expand Down

0 comments on commit 3896ea7

Please sign in to comment.