diff --git a/templates/post_reply.html b/templates/post_reply.html index 9da27210..934cc018 100644 --- a/templates/post_reply.html +++ b/templates/post_reply.html @@ -13,7 +13,7 @@ {# start email #} {% endif %} - {{ post.name }} + {{ post.name }} {% if post.trip|length > 0 %} {{ post.trip }} {% endif %} diff --git a/templates/post_thread.html b/templates/post_thread.html index a441ab8f..604b76e7 100644 --- a/templates/post_thread.html +++ b/templates/post_thread.html @@ -58,7 +58,7 @@ {# start email #} {% endif %} - {{ post.name }} + {{ post.name }} {% if post.trip|length > 0 %} {{ post.trip }} {% endif %}