submit_error.html 178 B

123456
  1. {% extends "base.html" %}
  2. {% block content %}
  3. <p><strong>Error:</strong> the target you specified (&quot;{{ target
  4. }}&quot;) could not be resolved using DNS.</p>
  5. {% endblock %}