Files
website-v2/templates/admin/releasereport_change_form.html
daveoconnor 69a652d066 Release reports refactor (#1996) (#1999)
Co-authored-by: Greg Kaleka <greg@gregkaleka.com>
2025-12-01 10:27:05 -08:00

17 lines
561 B
HTML

{% extends "admin/change_form.html" %}
{% block content %}
<div class="warning">
Publishing:
<ul>
<li>Report PDFs are not archived or versioned. Publishing an older version
is not possible after a newer one has been published.</li>
<li>For any Report Configuration it's only possible to republish the most
recently published report, or a new draft.</li>
<li>To publish a draft, for safety, all existing entries for that Report
Configuration must be manually deleted first.</li>
</ul>
</div>
{{ block.super }}
{% endblock %}