Remove date table field type

No longer used anywhere.
This commit is contained in:
Chris Hill-Scott
2016-09-13 10:37:38 +01:00
parent 95506e7c3b
commit 6c961cc792
4 changed files with 2 additions and 12 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{% extends "withnav_template.html" %}
{% from "components/table.html" import list_table, field, text_field, link_field, right_aligned_field_heading, hidden_field_heading, row_heading, date_field, notification_status_field %}
{% from "components/table.html" import list_table, field, text_field, link_field, right_aligned_field_heading, hidden_field_heading, row_heading, notification_status_field %}
{% from "components/previous-next-navigation.html" import previous_next_navigation %}
{% from "components/page-footer.html" import page_footer %}
{% from "components/pill.html" import pill %}