diff --git a/core/templates/core/admin_dashboard.html b/core/templates/core/admin_dashboard.html index 37bf693..eecc8e1 100644 --- a/core/templates/core/admin_dashboard.html +++ b/core/templates/core/admin_dashboard.html @@ -329,19 +329,6 @@ -
- -
-
- -
-
-
{% trans "Financial Overview" %}
- {% trans "Track payments and platform revenue" %} -
-
-
-
@@ -355,19 +342,6 @@
-
- -
-
- -
-
-
{% trans "Financial Overview" %}
- {% trans "Track payments and platform revenue" %} -
-
-
-
diff --git a/core/templates/core/admin_financials.html b/core/templates/core/admin_financials.html index f767ef9..6043161 100644 --- a/core/templates/core/admin_financials.html +++ b/core/templates/core/admin_financials.html @@ -53,12 +53,12 @@ + {% if transaction.transaction_type == 'PAYMENT' and transaction.status == 'COMPLETED' %} {% endif %} - {% endfor %} @@ -68,4 +68,4 @@
-{% endblock %} +{% endblock %} \ No newline at end of file