From 962729284501c75e6fe63eec6a986cc638dcf25c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 27 Aug 2019 22:27:55 +0200 Subject: [PATCH] wcs: add template blocks for text parts of tracking code cell (#35623) --- combo/apps/wcs/templates/combo/wcs/tracking_code_input.html | 4 ++++ 1 file changed, 4 insertions(+) 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 %}