diff --git a/templates/new_post.html.j2 b/templates/new_post.html.j2 index 89dd978..051add3 100644 --- a/templates/new_post.html.j2 +++ b/templates/new_post.html.j2 @@ -72,36 +72,37 @@ {% endfor %} {% endif %} - {% if data['reply'] %} + {% if data['meb_reply_to'] %} + {% for reply in data['meb_reply_to'] %}