File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ def delete_view_url(self, instance):
3838
3939 def delete_view_label (self , instance ):
4040 if self .delete_format_string :
41- return self .delete_format_string % {' instance' : force_str (instance )}
42- return _ ("Delete %(instance)s" ) % {' instance' : force_str (instance )}
41+ return self .delete_format_string % {" instance" : force_str (instance )}
42+ return _ ("Delete %(instance)s" ) % {" instance" : force_str (instance )}
4343
4444 @property
4545 def crumbs (self ):
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ def update_view_url(self, instance):
4242
4343 def update_view_label (self , instance ):
4444 if self .update_format_string :
45- return self .update_format_string % {' instance' : force_str (instance )}
46- return _ ("Update %(instance)s" ) % {' instance' : force_str (instance )}
45+ return self .update_format_string % {" instance" : force_str (instance )}
46+ return _ ("Update %(instance)s" ) % {" instance" : force_str (instance )}
4747
4848 @property
4949 def crumbs (self ):
You can’t perform that action at this time.
0 commit comments