diff --git a/combo/apps/wcs/templates/combo/wcs/tracking_code_input.html b/combo/apps/wcs/templates/combo/wcs/tracking_code_input.html index b0a39070..ba6397f1 100644 --- a/combo/apps/wcs/templates/combo/wcs/tracking_code_input.html +++ b/combo/apps/wcs/templates/combo/wcs/tracking_code_input.html @@ -1,8 +1,11 @@ {% load i18n %} {% block cell-content %}
+ {% block title %}

{% trans 'Tracking Code' %}

+ {% endblock %}
+ {% block intro-text %}

{% blocktrans %} A tracking code is attached to all your forms, it is there to help you in @@ -10,6 +13,7 @@ a tracking code, you can enter the code in the entry below: {% endblocktrans %}

+ {% endblock %}