Ignore:
Timestamp:
May 31, 2012, 2:29:50 AM (14 years ago)
Author:
Alex Dehnert <adehnert@…>
Branches:
master, space-access, stable, stage
Children:
df88ee9
Parents:
d0f076f
git-author:
Alex Dehnert <adehnert@…> (05/31/12 02:29:50)
git-committer:
Alex Dehnert <adehnert@…> (05/31/12 02:29:50)
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asadb/template/membership/submit-confirm-email.txt

    r43434f6 rd768e47  
    1 {% autoescape off %}
    2 {{submitter.first_name}} {{submitter.last_name}} submitted the following membership information for {{group.name}}.
     1{% autoescape off %}{{submitter.first_name}} {{submitter.last_name}} submitted the following membership information for {{group.name}}.
    32
    43Please note, if you are still in the midst of or leading up to your major recruitment period, we encourage you to submit current numbers and a list
Note: See TracChangeset for help on using the changeset viewer.