fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
minor fix
[redakcja.git]
/
apps
/
wiki
/
views.py
diff --git
a/apps/wiki/views.py
b/apps/wiki/views.py
index
7a56106
..
d37801f
100644
(file)
--- a/
apps/wiki/views.py
+++ b/
apps/wiki/views.py
@@
-233,7
+233,7
@@
def gallery(request, directory):
return urllib.quote("%s/%s" % (base_url, smart_unicode(filename)))
def is_image(filename):
return urllib.quote("%s/%s" % (base_url, smart_unicode(filename)))
def is_image(filename):
- return os.path.splitext(f)[1].lower() in (u'.jpg', u'.jpeg', u'.png')
+ return os.path.splitext(f
ilename
)[1].lower() in (u'.jpg', u'.jpeg', u'.png')
images = [map_to_url(f) for f in map(smart_unicode, os.listdir(base_dir)) if is_image(f)]
images.sort()
images = [map_to_url(f) for f in map(smart_unicode, os.listdir(base_dir)) if is_image(f)]
images.sort()