fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix theme editing.
[redakcja.git]
/
src
/
redakcja
/
urls.py
diff --git
a/src/redakcja/urls.py
b/src/redakcja/urls.py
index
fe2193e
..
8050ae1
100644
(file)
--- a/
src/redakcja/urls.py
+++ b/
src/redakcja/urls.py
@@
-26,6
+26,7
@@
urlpatterns = [
url(r'^editor/', include('wiki.urls')),
url(r'^images/', include('wiki_img.urls')),
url(r'^cover/', include('cover.urls')),
+ url(r'^wlxml/', include('wlxml.urls')),
]