diff --git a/app/templates/transactions/fragments/item.html b/app/templates/transactions/fragments/item.html index 404eb6c..90d1296 100644 --- a/app/templates/transactions/fragments/item.html +++ b/app/templates/transactions/fragments/item.html @@ -24,9 +24,10 @@
- {# Date#} +{# Date#}
- {{ transaction.date|date:"SHORT_DATE_FORMAT" }}
+ {{ transaction.date|date:"SHORT_DATE_FORMAT" }} • {{ transaction.reference_date|date:"b/Y" }}
+{# Description#}
{% spaceless %} {{ transaction.description }}