From 70264d592df5196a8e4f5eedeaf97ecd79fb7e88 Mon Sep 17 00:00:00 2001 From: PCoder Date: Wed, 1 Apr 2020 17:07:44 +0530 Subject: [PATCH] Put contents for subscription in a div of its own --- hosting/templates/hosting/invoices.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosting/templates/hosting/invoices.html b/hosting/templates/hosting/invoices.html index 1c7e91b9..5bfb4704 100644 --- a/hosting/templates/hosting/invoices.html +++ b/hosting/templates/hosting/invoices.html @@ -19,7 +19,7 @@
  • {% trans "Subscriptions" %}
  • {% trans "One-time payments" %}
  • - +
    @@ -71,6 +71,7 @@ {% endif %} {% endif %} + {% endblock %}