diff --git a/RIGS/templates/RIGS/event_invoice.html b/RIGS/templates/RIGS/event_invoice.html index 814b04d0..c16c501b 100644 --- a/RIGS/templates/RIGS/event_invoice.html +++ b/RIGS/templates/RIGS/event_invoice.html @@ -37,7 +37,7 @@ danger {% endif %} "> - N{{ object.pk|stringformat:"05d" }} + N{{ object.pk|stringformat:"05d" }} {{ object.end_date }} {{ object.name }} diff --git a/RIGS/templates/RIGS/invoice_list.html b/RIGS/templates/RIGS/invoice_list.html index 9db8feb7..bf9fe31f 100644 --- a/RIGS/templates/RIGS/invoice_list.html +++ b/RIGS/templates/RIGS/invoice_list.html @@ -24,8 +24,8 @@ {% for object in object_list %} - {{ object.pk }} - {{ object.event }} + {{ object.pk }} + N{{ object.event.pk|stringformat:"05d" }}: {{ object.event.name }} {{ object.invoice_date }} {{ object.balance|floatformat:2 }}