Browse Source

Use the base template in the submission error page

Baptiste Jonglez 10 years ago
parent
commit
397732256c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      templates/submit_error.html

+ 4 - 0
templates/submit_error.html

@@ -1,2 +1,6 @@
+{% extends "base.html" %}
+
+{% block content %}
 <p><strong>Error:</strong> the target you specified (&quot;{{ target
 }}&quot;) could not be resolved using DNS.</p>
+{% endblock %}