fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Ticket #956: Inserting symbol in Edit window instead of main toolbar.
[redakcja.git]
/
apps
/
wiki
/
models.py
diff --git
a/apps/wiki/models.py
b/apps/wiki/models.py
index
b1b14cf
..
ec9ded5
100644
(file)
--- a/
apps/wiki/models.py
+++ b/
apps/wiki/models.py
@@
-9,6
+9,7
@@
import os
import vstorage
from vstorage import DocumentNotFound
from wiki import settings, constants
import vstorage
from vstorage import DocumentNotFound
from wiki import settings, constants
+from slughifi import slughifi
from django.utils.translation import ugettext_lazy as _
from django.http import Http404
from django.utils.translation import ugettext_lazy as _
from django.http import Http404
@@
-130,7
+131,7
@@
class Document(object):
except ValueError:
continue
except ValueError:
continue
- gallery = result.get('gallery', s
elf.name.replace(' ', '_'
))
+ gallery = result.get('gallery', s
lughifi(self.name.replace(' ', '_')
))
if gallery.startswith('/'):
gallery = os.path.basename(gallery)
if gallery.startswith('/'):
gallery = os.path.basename(gallery)