diff --git a/osinaweb/customercore/__pycache__/urls.cpython-310.pyc b/osinaweb/customercore/__pycache__/urls.cpython-310.pyc index 71f075c1..f2ddcdf3 100644 Binary files a/osinaweb/customercore/__pycache__/urls.cpython-310.pyc and b/osinaweb/customercore/__pycache__/urls.cpython-310.pyc differ diff --git a/osinaweb/customercore/__pycache__/views.cpython-310.pyc b/osinaweb/customercore/__pycache__/views.cpython-310.pyc index 7f324cff..6d2d5fce 100644 Binary files a/osinaweb/customercore/__pycache__/views.cpython-310.pyc and b/osinaweb/customercore/__pycache__/views.cpython-310.pyc differ diff --git a/osinaweb/customercore/templates/details_templates/inner-customer-project.html b/osinaweb/customercore/templates/details_templates/inner-customer-project.html index fe6fa6e5..c9e5107a 100644 --- a/osinaweb/customercore/templates/details_templates/inner-customer-project.html +++ b/osinaweb/customercore/templates/details_templates/inner-customer-project.html @@ -5,27 +5,26 @@
-
+
- +
-

Winabig

-

P20302

+

{{project.name}}

+

{{project.project_id}}

- +
-
-
- +
+
-

20-2-2023

-

20-2-2024

+

{{project.start_date}}

+

{{project.end_date}}

@@ -59,10 +58,15 @@
+ {% if not project.manager.image %} + {% else %} + + {% endif %}
-

Emile Elliye

+

{{project.manager.user.first_name}} {{project.manager.user.last_name}}

@@ -270,5 +274,5 @@
- + {% endblock content %} \ No newline at end of file diff --git a/osinaweb/customercore/templates/listing_pages/customer-invoices.html b/osinaweb/customercore/templates/listing_pages/customer-invoices.html index 0bf4d3c1..b7702622 100644 --- a/osinaweb/customercore/templates/listing_pages/customer-invoices.html +++ b/osinaweb/customercore/templates/listing_pages/customer-invoices.html @@ -87,7 +87,7 @@ {% if invoice.status == 'Not Completed' %} - +