From 4d63b17e6834bc6a623972d0dbf0d844f1dee447 Mon Sep 17 00:00:00 2001 From: ismail Date: Wed, 27 Aug 2025 12:59:19 +0300 Subject: [PATCH] merge complete --- .../plans/billing_info_create_or_update.html | 39 ++++++++++++++++--- 1 file changed, 33 insertions(+), 6 deletions(-) diff --git a/templates/plans/billing_info_create_or_update.html b/templates/plans/billing_info_create_or_update.html index 64e6ca47..d43000a5 100644 --- a/templates/plans/billing_info_create_or_update.html +++ b/templates/plans/billing_info_create_or_update.html @@ -1,6 +1,38 @@ {% extends 'base.html' %} {% load i18n crispy_forms_filters %} {% block title %} + {% trans 'Billing Information' %}{% endblock %} + {% block content %} + {% comment %}
+
+
+ + +

{% trans "Provide billing data"|upper %}

+ {% csrf_token %} + {{ form|crispy }} + + + {% if object %} + {{ _("Delete") }} + {% endif %} + +
+
+
{% endcomment %} + + + +
+ +
+
+
+

+ {% trans "Provide billing data"|upper %} +

{% trans 'Billing Information' %} {% endblock %} {% block content %} @@ -24,12 +56,7 @@ {{ _("Save") }} - {% if object %} - - - {{ _("Delete") }} - - {% endif %} + {{ _("Cancel") }}