🎉 Add better reply-to handling on feedback module.

This commit is contained in:
Andrey Antukh 2021-03-01 13:16:06 +01:00
parent fe114d2e66
commit 9fb8ba2ff1
4 changed files with 18 additions and 17 deletions

View file

@ -1 +1 @@
[PENPOT FEEDBACK]: {{subject|abbreviate:19}} (from {% if profile %}{{ profile.email }}{% else %}{{from}}{% endif %})
[PENPOT FEEDBACK]: {{subject|abbreviate:19}} (from {{email}})

View file

@ -1,8 +1,7 @@
{% if profile %}
Feedback from: {{profile.fullname}} <{{profile.email}}>
Profile ID: {{profile.id}}
Feedback profile: {{profile.fullname}} <{{profile.email}}> / {{profile.id}}
{% else %}
Feedback from: {{from}}
Feedback from: {{email}}
{% endif %}
Subject: {{subject}}