Skip to content

Commit 08041c7

Browse files
JacobCoffeeclaude
andcommitted
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 <noreply@anthropic.com>
1 parent 8fca16b commit 08041c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/users/templates/users/sponsorship_detail.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h3>Sponsor: {{ sponsor.name }}</h3>
3333
<li><b>State:</b> {{ sponsor.state }}</li>
3434
<li><b>Country:</b> {{ sponsor.country }}</li>
3535
</ul>
36-
<small><a href="{% url 'users:edit_sponsor_info' sponsorship.sponsor.pk %}">Edit sponsor information</a></small>
36+
<a href="{% url 'users:edit_sponsor_info' sponsorship.sponsor.pk %}" class="button">Edit sponsor information</a>
3737
</div>
3838

3939
<div id="application-info" class="card small-column">

0 commit comments

Comments
 (0)