diff --git a/formspree/templates/forms/list.html b/formspree/templates/forms/list.html index 261c1bd4..f1118ce8 100644 --- a/formspree/templates/forms/list.html +++ b/formspree/templates/forms/list.html @@ -46,7 +46,7 @@
You don't have any forms associated with this account, maybe y {% endif %}
<form - action={{ config.SERVICE_URL }}/{{ form.hashid }}" + action="{{ config.SERVICE_URL }}/{{ form.hashid }}" method="POST">
  <input