Skip to content

Commit

Permalink
fix: f string
Browse files Browse the repository at this point in the history
  • Loading branch information
nickatnight committed Mar 13, 2021
1 parent d957325 commit da75154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_spam/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

urlpatterns = [
path(
f"{spam_route}",
spam_route,
RedirectView.as_view(url=spam_url.url),
name=spam_url.to_readable(),
)
Expand Down

0 comments on commit da75154

Please sign in to comment.