Files
notifications-admin/app/templates/views/notifications/invalid_precompiled_letter.html
2019-09-23 13:22:00 +01:00

18 lines
393 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{% extends "withnav_template.html" %}
{% block service_page_title %}
Letter
{% endblock %}
{% block maincolumn_content %}
<h1 class="heading-large">Letter</h1>
<p>
Provided as PDF on {{ created_at|format_datetime_short }}
</p>
<p class="notification-status-cancelled">
Validation failed this is not a PDF file that Notify can read
</p>
{% endblock %}