X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6d42bc478e3d1bd90eb294464748c21e4de0fc63..f2cd20cec6083c7bc8fb17706b1718faa09a6139:/src/suggest/forms.py diff --git a/src/suggest/forms.py b/src/suggest/forms.py index 952c4fe5c..b276f0396 100644 --- a/src/suggest/forms.py +++ b/src/suggest/forms.py @@ -106,7 +106,7 @@ class PublishingSuggestForm(NewsletterForm): Audiobooki: %(audiobooks)s''' % { - 'url': request.build_absolute_uri(reverse('admin:suggest_suggestion_change', args=[suggestion.id])), + 'url': request.build_absolute_uri(reverse('admin:suggest_publishingsuggestion_change', args=[suggestion.id])), 'user': str(request.user) if request.user.is_authenticated else '', 'contact': contact, 'books': books,