diff --git a/ietf/templates/email_failed.html b/ietf/templates/email_failed.html new file mode 100644 index 000000000..b48f7cf28 --- /dev/null +++ b/ietf/templates/email_failed.html @@ -0,0 +1,25 @@ +{% extends "base.html" %} + +{% block title %}E-Mail Sending Failed{% endblock %} + +{% block content %} +
Sorry, the site needed to send an E-Mail message to complete this +action, and that attempt failed. Please reload this page later +to try again, or, if this condition persists, please send an +E-Mail to <webmaster@ietf.org> + +{% if debug %} +
+{{ traceback|escape }} ++