Views will show new dates #122

This commit is contained in:
James Cole
2016-03-12 07:37:36 +01:00
parent 8281279452
commit cd0585c7c4
3 changed files with 36 additions and 0 deletions

View File

@@ -67,6 +67,14 @@
<!-- CATEGORY ALWAYS -->
{{ ExpandedForm.text('category') }}
<!-- INTEREST DATE -->
{{ ExpandedForm.date('interest_date') }}
<!-- BOOK DATE -->
{{ ExpandedForm.date('book_date') }}
<!-- PROCESSING DATE -->
{{ ExpandedForm.date('process_date') }}
<!-- TAGS -->
{{ ExpandedForm.text('tags') }}