patx/projectpay
update paid in full notice
Commit 7669610 · patx · 2026-06-28T15:48:03-04:00
Comments
No comments yet.
Diff
diff --git a/templates/public_project.html b/templates/public_project.html
index 000886a..89b825c 100644
--- a/templates/public_project.html
+++ b/templates/public_project.html
@@ -64,8 +64,6 @@
</div>
</form>
{% else %}
- <section class="section">
<div class="alert ok">Paid in full.</div>
- </section>
{% endif %}
{% endblock %}