{% extends "djohno/base.html" %} {% block content %}

Configuration Error! {% if from_email == "webmaster@localhost" %} {% include "djohno/_bad_email_default.html" %} {% else %} {% include "djohno/_bad_email_invalid.html" %} {% endif %}

{% endblock %}