diff --git a/RIGS/templates/RIGS/event_invoice.html b/RIGS/templates/RIGS/event_invoice.html index 79098853..0e56158f 100644 --- a/RIGS/templates/RIGS/event_invoice.html +++ b/RIGS/templates/RIGS/event_invoice.html @@ -50,7 +50,7 @@ danger {% endif %} "> - N{{ object.pk|stringformat:"05d" }}
+ N{{ object.pk|stringformat:"05d" }}
{{ object.get_status_display }} {{ object.start_date }} {{ object.name }} @@ -76,7 +76,7 @@ {% endif %} - + diff --git a/RIGS/templates/RIGS/invoice_list.html b/RIGS/templates/RIGS/invoice_list.html index f7d23fcf..f833b89a 100644 --- a/RIGS/templates/RIGS/invoice_list.html +++ b/RIGS/templates/RIGS/invoice_list.html @@ -28,7 +28,7 @@ {% for object in object_list %} {{ object.pk }} - N{{ object.event.pk|stringformat:"05d" }}: {{ object.event.name }}
+ N{{ object.event.pk|stringformat:"05d" }}: {{ object.event.name }}
{{ object.event.get_status_display }} {% if object.organisation %}