# HG changeset patch # User Jan Heylen # Date 2016-01-02 10:58:06 # Node ID a1a517ebf550b8c3db04126577bdc558ed7f859c # Parent 2eaabe413ef6deda0ea6b717402d3a932efe2dd8 diff: fix display of images for deleted files In preperation of refactoring diff handling, this change fixes the handling of picture showing when a file gets deleted. diff --git a/kallithea/templates/changeset/diff_block.html b/kallithea/templates/changeset/diff_block.html --- a/kallithea/templates/changeset/diff_block.html +++ b/kallithea/templates/changeset/diff_block.html @@ -49,7 +49,7 @@ %endif
- %if change == 'M': + %if change in 'DM': %endif @@ -111,7 +111,7 @@ %endif
- %if op == 'M': + %if op in 'DM': %endif