From 08041c77f5f73e05591d73ba836b54f19a2e8f2f Mon Sep 17 00:00:00 2001 From: Jacob Coffee Date: Fri, 20 Feb 2026 09:24:25 -0600 Subject: [PATCH] style: make edit sponsor info link a button Uses the PSF site `button` class instead of a plain text link for better visibility and consistency with the rest of the UI. Co-Authored-By: Claude Opus 4.6 --- apps/users/templates/users/sponsorship_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/users/templates/users/sponsorship_detail.html b/apps/users/templates/users/sponsorship_detail.html index a2d587d89..59745bcc0 100644 --- a/apps/users/templates/users/sponsorship_detail.html +++ b/apps/users/templates/users/sponsorship_detail.html @@ -33,7 +33,7 @@

Sponsor: {{ sponsor.name }}

  • State: {{ sponsor.state }}
  • Country: {{ sponsor.country }}
  • - Edit sponsor information + Edit sponsor information