Skip to content
Snippets Groups Projects
Commit 60f41eb1 authored by cahrens's avatar cahrens
Browse files

Cleanup.

parent cf491b11
No related merge requests found
......@@ -5,7 +5,9 @@
%>
<% showHighLevelSource='source_code' in json_metadata_data and json_metadata_data['source_code']['explicitly_set'] %>
<% del json_metadata_data['source_code'] %>
% if 'source_code' in json_metadata_data:
<% del json_metadata_data['source_code'] %>
% endif
<section class="metadata_edit" data-metadata='${json.dumps(json_metadata_data)}'/>
% if showHighLevelSource:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment