fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
201f2a9
)
Fixes #4028: bad publishing suggestion admin links.
author
Radek Czajka
<rczajka@rczajka.pl>
Wed, 22 Apr 2020 11:20:47 +0000
(13:20 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Thu, 10 Sep 2020 12:15:11 +0000
(14:15 +0200)
src/suggest/forms.py
patch
|
blob
|
history
diff --git
a/src/suggest/forms.py
b/src/suggest/forms.py
index
952c4fe
..
b276f03
100644
(file)
--- 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_
publishing
suggestion_change', args=[suggestion.id])),
'user': str(request.user) if request.user.is_authenticated else '',
'contact': contact,
'books': books,