fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Allow disable paypal.
[wolnelektury.git]
/
src
/
search
/
views.py
diff --git
a/src/search/views.py
b/src/search/views.py
index
e5eb3a2
..
5acbffa
100644
(file)
--- a/
src/search/views.py
+++ b/
src/search/views.py
@@
-90,14
+90,14
@@
def hint(request, mozhint=False, param='term'):
translator = b.translator()
if translator:
author_str += ' (tłum. ' + translator + ')'
translator = b.translator()
if translator:
author_str += ' (tłum. ' + translator + ')'
-
data.append(
-
{
-
'label': b.title,
-
'author': author_str,
-
'id': b.id,
-
'url': b.get_absolute_url()
-
}
-
)
+ data.append(
+ {
+ 'label': b.title,
+ 'author': author_str,
+ 'id': b.id,
+ 'url': b.get_absolute_url()
+ }
+ )
if mozhint:
data = [
if mozhint:
data = [