diff options
Diffstat (limited to 'templates/contact_form')
-rw-r--r-- | templates/contact_form/contact_form.txt | 6 | ||||
-rw-r--r-- | templates/contact_form/contact_form_subject.txt | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/contact_form/contact_form.txt b/templates/contact_form/contact_form.txt index 701b8bb..5d8bf3e 100644 --- a/templates/contact_form/contact_form.txt +++ b/templates/contact_form/contact_form.txt @@ -1,5 +1,5 @@ -Message from luxagraf: - Name: {{name}} -Wrote: {{body}}
\ No newline at end of file +Wrote: {{body}} + +Reply-To Address: {{email}}
\ No newline at end of file diff --git a/templates/contact_form/contact_form_subject.txt b/templates/contact_form/contact_form_subject.txt index 9719f2c..2eb8f20 100644 --- a/templates/contact_form/contact_form_subject.txt +++ b/templates/contact_form/contact_form_subject.txt @@ -1 +1 @@ -[luxagraf] {{subject_line}}
\ No newline at end of file +[luxmail] {{subject_line}}
\ No newline at end of file |