list recipient's name

This commit is contained in:
Audrey Jensen 2023-07-25 20:35:18 +00:00
parent b7b28293b9
commit d59729bb05

View File

@ -10,7 +10,7 @@
<h4 class="text-bold">Instructions</h4> <h4 class="text-bold">Instructions</h4>
<p>Type your complaint or problem into the message box below and click "Submit". <p>Type your complaint or problem into the message box below and click "Submit".
<br>Messages will be sent directly to Chris Weiser's email account. <br>Messages will be sent directly to {{ complaintReceiverName }}'s email account.
<br>Messages will be completely anonymous so complaints cannot be traced to a specific person. <br> Feel free to submit any problem or concern.</p> <br>Messages will be completely anonymous so complaints cannot be traced to a specific person. <br> Feel free to submit any problem or concern.</p>
</div> </div>
@ -23,7 +23,6 @@
<h5 class="alert alert-danger"> Form failed to submit with errors </h5> <h5 class="alert alert-danger"> Form failed to submit with errors </h5>
{% endif %} {% endif %}
{% else %} {% else %}
Nah this broke //TODO: remove after debugging
{% endif %} {% endif %}
</div> </div>
</body> </body>