Skip to content
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.

Commit

Permalink
add empty lines between fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Magdalena Noffke committed Jul 29, 2019
1 parent b1f4e9d commit b4501ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@
{% block headline %} Wir haben Ihre Nachricht erhalten {% endblock %}

{% block content %}Dies sind die Daten, die wir von Ihnen erhalten haben:

Ihre Email-Adresse: {{ customformsubmission.email }}

Ihre Nachricht: {{ customformsubmission.message }}

{% if customformsubmission.telephone_number %}Ihre Telefonnummer: {{ customformsubmission.telephone_number }}{% endif %}

{% if customformsubmission.name %}Ihr Name: {{ customformsubmission.name }}{% endif %}

{% endblock %}

{% block reason %}Diese E-Mail wurde an {{ receiver }} gesendet. Sie wurde an Sie gesendet, da Sie uns über unser Kontaktformular kontaktiert haben und uns gebeten haben, Ihnen eine Kopie der Nachricht zu senden.{% endblock %}
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,14 @@
{% block headline %} We received your message {% endblock %}

{% block content %} This is the data we received from you:

Your email address: {{ customformsubmission.email }}

Your message: {{ customformsubmission.message }}
{% if customformsubmission.telephone_number %}Your telephone number: {{ customformsubmission.telephone_number }}{% endif %}

{% if customformsubmission.name %}Your Name: {{ customformsubmission.name }}{% endif %}

{% endblock %}

{% block reason %} This message was sent to {{ receiver }}. It was sent because you wrote us message via our contact form and asked us to send you a copy .{% endblock %}

0 comments on commit b4501ed

Please sign in to comment.