diff --git a/static/images/logos/users/new_dealer.png b/static/images/logos/users/new_dealer.png new file mode 100644 index 00000000..31655236 Binary files /dev/null and b/static/images/logos/users/new_dealer.png differ diff --git a/templates/sales/estimates/estimate_list.html b/templates/sales/estimates/estimate_list.html index 8af09965..9c488ba8 100644 --- a/templates/sales/estimates/estimate_list.html +++ b/templates/sales/estimates/estimate_list.html @@ -79,7 +79,7 @@ {% else %} {% url "estimate_create" request.dealer.slug as create_estimate_url %} - {% include "empty-illustration-page.html" with value="estimate" url=create_estimate_url image='images/no_content/no_estimate.jpg' %} + {% include "empty-illustration-page.html" with value="estimate" url=create_estimate_url %} {% endif %} {% endblock %}