patx/projectpay

update paid in full notice - not needed, balance already shows zero

Commit c3afa97 · patx · 2026-06-28T15:49:33-04:00

Changeset
c3afa9751364e786bddc7ba10f9b891a42bba933
Parents
76696108d4f1f7752a2335e361b9bac497266653

View source at this commit

Comments

No comments yet.

Log in to comment

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 %}