diff --git a/RIGS/templates/RIGS/invoice_detail.html b/RIGS/templates/RIGS/invoice_detail.html index 38dd4c97..f36d87af 100644 --- a/RIGS/templates/RIGS/invoice_detail.html +++ b/RIGS/templates/RIGS/invoice_detail.html @@ -6,7 +6,7 @@
-

Invoice {{ object.pk }}

+

Invoice {{ object.pk }} ({{ object.invoice_date|date:"d/m/Y"}})

@@ -40,7 +40,7 @@
N{{ object.event.pk|stringformat:"05d" }}
Event
-
{{ objet.event.pk }}
+
{{ object.event.name }}
Event Venue
{{ object.event.venue }}
@@ -48,6 +48,12 @@
Event MIC
{{ object.event.mic.name }}
+
Event Starts
+
{{ object.event.start_date|date:"d M Y" }} {{ object.event.start_time|date:"H:i" }}
+ +
Event Ends
+
{{ object.event.end_date|date:"d M Y" }} {{ object.event.end_time|date:"H:i" }}
+
Status
{{ object.event.get_status_display }}