Remove date table field type

No longer used anywhere.
This commit is contained in:
Chris Hill-Scott
2016-09-09 15:41:32 +01:00
parent 95506e7c3b
commit 6c961cc792
4 changed files with 2 additions and 12 deletions

View File

@@ -67,12 +67,6 @@
</td>
{%- endmacro %}
{% macro date_field(text) -%}
<td class="table-field-date">
<span>{{ text }}</span>
</td>
{% endmacro %}
{% macro text_field(text, status='') -%}
{% call field(status=status) %}
{{ text }}