From a098ecef5b1a7add11f903e09558418be382a458 Mon Sep 17 00:00:00 2001 From: Faheedkhan Date: Mon, 2 Jun 2025 17:59:28 +0300 Subject: [PATCH] edit color --- templates/inventory/add_colors.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/templates/inventory/add_colors.html b/templates/inventory/add_colors.html index 7583c645..261f2fba 100644 --- a/templates/inventory/add_colors.html +++ b/templates/inventory/add_colors.html @@ -1,5 +1,6 @@ {% extends "base.html" %} {% load i18n %} +{%block title%} {%trans 'Add Colors'%} {% endblock%} {% block content %}
{% trans "Add Colors" %}
@@ -18,7 +19,8 @@ + value="{{ color.id }}" {% if color.id == form.instance.exterior.id %}checked{% endif %}> +
@@ -38,7 +40,7 @@ + value="{{ color.id }}" {% if color.id == form.instance.interior.id %}checked{% endif %}>