We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c5689 commit c84b2d9Copy full SHA for c84b2d9
templates/classic/html/_generic.help.html
@@ -5,7 +5,9 @@
5
<meta http-equiv="Content-Type"
6
tal:attributes="content string:text/html;; charset=${request/client/charset}" />
7
<tal:block tal:condition="python:request.form.has_key('property')">
8
- <title i18n:translate=""><span tal:replace="property" i18n:name="property" /> help</title>
+ <title i18n:translate=""><span i18n:name="property"
9
+ tal:replace="property" /> help - <span i18n:name="tracker"
10
+ tal:replace="config/TRACKER_NAME" /></title>
11
<script language="Javascript" type="text/javascript"
12
tal:content="structure string:
13
// this is the name of the field in the original form that we're working on
0 commit comments