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 %}>