Skip to content

Commit 7e3711f

Browse files
iampujanCopilot
andauthored
Update apps/sponsors/models/benefits.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ab92fed commit 7e3711f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sponsors/models/benefits.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ def user_edit_url(self):
320320
def user_view_url(self):
321321
"""Return the URL for sponsors to view the sponsorship's provided assets section."""
322322
url = reverse("users:sponsorship_application_detail", args=[self.sponsor_benefit.sponsorship.pk])
323-
return url + f"#provided-assets-info"
323+
return url + "#provided-assets-info"
324324

325325

326326
class RequiredAssetMixin(AssetMixin):

0 commit comments

Comments
 (0)