Skip to content

Commit

Permalink
Use documented signal interface
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Dec 19, 2024
1 parent 4d40c5f commit 37704cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretalx_pages/signals.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def footer_link_pages(sender, request=None, **kwargs):
return [
{
"label": page.title,
"link": build_absolute_uri(
"url": build_absolute_uri(
"plugins:pretalx_pages:show",
event=sender,
kwargs={"event": sender.slug, "slug": page.slug},
Expand Down

0 comments on commit 37704cb

Please sign in to comment.