Remove unused template

This commit is contained in:
Don Mitchell
2013-06-25 11:26:02 -04:00
committed by Calen Pennington
parent 1344b1e521
commit b985a7f128

View File

@@ -1,19 +0,0 @@
<section>
<div>${parent_name}</div>
<div>${parent_location}</div>
<input type="text" class="name"/>
<div>
% for module_type, module_templates in templates:
<div>
<div>${module_type}</div>
<div>
% for template in module_templates:
<a class="save" data-template-id="${template.location.url()}">${template.display_name_with_default}</a>
% endfor
</div>
</div>
% endfor
</div>
<a class='cancel'>Cancel</a>
</section>