patx/projectpay
update paid in full notice - not needed, balance already shows zero
Commit c3afa97 · patx · 2026-06-28T15:49:33-04:00
Comments
No comments yet.
Diff
diff --git a/templates/public_project.html b/templates/public_project.html
index 89b825c..c9ad1b9 100644
--- a/templates/public_project.html
+++ b/templates/public_project.html
@@ -63,7 +63,5 @@
<button type="submit">Make a Payment</button>
</div>
</form>
- {% else %}
- <div class="alert ok">Paid in full.</div>
{% endif %}
{% endblock %}