Merge pull request #1393 from minrk/spawn-future

improve reporting of spawn failure
This commit is contained in:
Carol Willing
2017-09-07 10:20:38 -07:00
committed by GitHub
4 changed files with 97 additions and 13 deletions

View File

@@ -22,6 +22,11 @@
{{message_html | safe}}
</p>
{% endif %}
{% if extra_error_html %}
<p>
{{extra_error_html | safe}}
</p>
{% endif %}
{% endblock error_detail %}
</div>