Remove placeholder template component

We weren’t using this anywhere.
This commit is contained in:
Chris Hill-Scott
2016-06-03 09:11:16 +01:00
parent 3ddc1d171d
commit 1aa24e8f97
2 changed files with 0 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
{% macro placeholder(variable) %}
<span class='placeholder'>{{variable}}</span>
{% endmacro %}