patx/projectpay

update paid in full notice

Commit 7669610 · patx · 2026-06-28T15:48:03-04:00

Changeset
76696108d4f1f7752a2335e361b9bac497266653
Parents
6cdb199e156b3a2f2fba21fb43e37f1cbec7eb99

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