X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6d42bc478e3d1bd90eb294464748c21e4de0fc63..b39c329ecd604d815de1f772ed9c2e9598db4c46:/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,