space-accessstablestage
|
Last change
on this file was
d768e47,
checked in by Alex Dehnert <adehnert@…>, 14 years ago
|
|
Remove blank initial line from DB emails
It turns out that putting a newline between {% autoescape off %}
and the first line of email text results in an email consisting of a
blank line followed by the actual text. This removes that newline
in a bunch of the template emails. Fixes ASA Trac #116.
|
-
Property mode set to
100644
|
|
File size:
496 bytes
|
| Line | |
|---|
| 1 | {% autoescape off %}Hi ASA Exec, |
|---|
| 2 | The following {{num_groups}} groups have updated their information recently. In addition, {{care_about}} signatory updates (of types you care about) have occurred. |
|---|
| 3 | |
|---|
| 4 | In total, the following signatory updates by type have occurred: |
|---|
| 5 | {{change_stats}} |
|---|
| 6 | |
|---|
| 7 | Thanks, |
|---|
| 8 | ASA Database |
|---|
| 9 | |
|---|
| 10 | {% if groups_message %} |
|---|
| 11 | Groups: |
|---|
| 12 | {{groups_message}} |
|---|
| 13 | {% endif %} |
|---|
| 14 | {% if signatories_message %} |
|---|
| 15 | Signatories (types: {{signatory_types}}): |
|---|
| 16 | {{signatories_message}} |
|---|
| 17 | {% endif %} |
|---|
| 18 | {% endautoescape %} |
|---|
Note: See
TracBrowser
for help on using the repository browser.