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,15 @@
<!-- CATEGORY ALWAYS -->
{{ ExpandedForm.text('category',data['category']) }}
<!-- INTEREST DATE -->
{{ ExpandedForm.date('interest_date',data['interest_date']) }}
<!-- BOOK DATE -->
{{ ExpandedForm.date('book_date',data['book_date']) }}
<!-- PROCESSING DATE -->
{{ ExpandedForm.date('process_date',data['process_date']) }}
<!-- TAGS -->
{{ ExpandedForm.text('tags') }}