Edgewall Software

Changes between Version 3 and Version 4 of 1.3/TracNotification


Ignore:
Timestamp:
Sep 5, 2017, 10:19:17 PM (7 years ago)
Author:
Ryan J Ollos
Comment:

Adapt to Jinja2 syntax.

Legend:

Unmodified
Added
Removed
Modified
  • 1.3/TracNotification

    v3 v4  
    6868
    6969=== Customizing the e-mail subject
    70 The e-mail subject can be customized with the `ticket_subject_template` option, which contains a [http://genshi.edgewall.org/wiki/Documentation/text-templates.html Genshi text template] snippet. The default value is:
     70The e-mail subject can be customized with the `ticket_subject_template` option, which contains a [http://genshi.edgewall.org/wiki/Documentation/text-templates.html text template] snippet. The default value is:
    7171{{{#!genshi
    72 $prefix #$ticket.id: $summary
     72${prefix} #${ticket.id}: ${summary}
    7373}}}
    7474The following variables are available in the template: