{% extends "admin/core/base.html" %} {% load foundation %} {% block title %}Resend Logged Email{% endblock %} {% block title-section %}Resend Logged Email ID #{{ log_entry.pk }}{% endblock %} {% block title-sub %}Log entry for article #{{ article.pk }}: {{ article.safe_title }}{% endblock %} {% block breadcrumb %} {{ block.super }} {% endblock %} {% block body %}
{% if not close %}
{% csrf_token %}
{% include "elements/forms/errors.html" with form=form %}
{{ form|foundation }}
Close this Window

{% else %}

This email has been resent.

Close this Window {% endif %}
{% endblock %}