From d16ec7c251221322db63796e95fbdfb74260530e Mon Sep 17 00:00:00 2001 From: sandeepsajan0 Date: Mon, 4 Nov 2024 11:12:44 +0530 Subject: [PATCH] removed redundant file making problem with paid status --- .../includes/update_invoice_form.html | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 hypha/apply/projects/templates/application_projects/includes/update_invoice_form.html diff --git a/hypha/apply/projects/templates/application_projects/includes/update_invoice_form.html b/hypha/apply/projects/templates/application_projects/includes/update_invoice_form.html deleted file mode 100644 index d2ec4b8e55..0000000000 --- a/hypha/apply/projects/templates/application_projects/includes/update_invoice_form.html +++ /dev/null @@ -1,13 +0,0 @@ -{% load i18n %} - -{% modal_title %}Update Invoice Status{% endmodal_title %} - -
-

{% trans "Current status" %}: {{ invoice_status }}

- - {% include 'funds/includes/dialog_form_base.html' with form=form value=value form_id=form_id %} -
\ No newline at end of file