diff --git a/RIGS/templates/RIGS/event_invoice.html b/RIGS/templates/RIGS/event_invoice.html
index 2a460f41..570243ce 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 2bb7d271..bf9fe31f 100644
--- a/RIGS/templates/RIGS/invoice_list.html
+++ b/RIGS/templates/RIGS/invoice_list.html
@@ -25,7 +25,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.invoice_date }} |
{{ object.balance|floatformat:2 }} |
|