exorcise: B12b prose-heavy templates (pages L-Z + small partials)
Sweep 11 prose-heavy templates: pages/{library_locked,project_paywall,
project,purchase,reset_password,stripe_disclaimer,two_factor}.html
and partials/{paywall,suspension_banner,totp_setup,totp_status}.html.
Edits: em-dash in purchase.html platform-fee note replaced with `;`;
ellipsis `Redirecting to Stripe…` swapped for ASCII `...` in project,
project_paywall, and purchase checkout buttons. Other files in this
batch already clean.
Co-Authored-By
Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Author: Max J. <87768334+MaxJMath@users.noreply.github.com> · 2026-05-21 20:59 UTC
0% platform fee — only standard payment processing applies.
69
+
0% platform fee; only standard payment processing applies.
70
70
</p>
71
71
</div>
72
72
@@ -115,7 +115,7 @@
115
115
Share my email address with the creator
116
116
</label>
117
117
</div>
118
-
<button class="btn-primary" type="submit" id="checkout-btn" data-loading-text="Redirecting to Stripe…">Continue to Payment - {% if pwyw_enabled %}${{ suggested_price }}{% else %}{{ item.price }}{% endif %}</button>
118
+
<button class="btn-primary" type="submit" id="checkout-btn" data-loading-text="Redirecting to Stripe...">Continue to Payment - {% if pwyw_enabled %}${{ suggested_price }}{% else %}{{ item.price }}{% endif %}</button>
119
119
</form>
120
120
<p class="cart-alt-link">
121
121
or <a href="#" onclick="fetch('/api/cart/{{ item.id }}',{method:'POST',headers:csrfHeaders()}).then(function(r){if(!r.ok)throw new Error('Failed');return r.json()}).then(function(){window.location.href='/cart'}).catch(function(){alert('Could not add to cart. Please try again.')});return false;">add to cart</a> to buy with other items and save the creator on fees