Skip to content

Commit 1edcd6f

Browse files
JacobCoffeeclaude
andcommitted
fix: rename "Final Version" to "Sent" on contract documents
The generated PDF/DOCX are what was sent to the sponsor, not the final executed version. "Sent" is accurate, "Final Version" was misleading for contracts still awaiting signature. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 850e1b9 commit 1edcd6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/sponsors/templates/sponsors/manage/sponsorship_detail.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,12 +331,12 @@ <h2>Contract</h2>
331331
<!-- Stored sent documents -->
332332
{% if contract.document %}
333333
<a href="{{ contract.document.url }}" target="_blank" style="display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#fff8dc;border:1px solid #ffd43b;border-radius:4px;font-size:12px;color:#333;text-decoration:none;">
334-
<span style="color:#e74c3c;font-weight:700;">PDF</span> Final Version
334+
<span style="color:#e74c3c;font-weight:700;">PDF</span> Sent
335335
</a>
336336
{% endif %}
337337
{% if contract.document_docx %}
338338
<a href="{{ contract.document_docx.url }}" target="_blank" style="display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#fff8dc;border:1px solid #ffd43b;border-radius:4px;font-size:12px;color:#333;text-decoration:none;">
339-
<span style="color:#3776ab;font-weight:700;">DOCX</span> Final Version
339+
<span style="color:#3776ab;font-weight:700;">DOCX</span> Sent
340340
</a>
341341
{% endif %}
342342
<!-- Signed document -->

0 commit comments

Comments
 (0)