fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Hidden publishing flag.
[redakcja.git]
/
src
/
wiki
/
urls.py
diff --git
a/src/wiki/urls.py
b/src/wiki/urls.py
index
ddc0dfc
..
f1a4508
100644
(file)
--- a/
src/wiki/urls.py
+++ b/
src/wiki/urls.py
@@
-31,4
+31,7
@@
urlpatterns = [
url(r'^pubmark/(?P<chunk_id>\d+)/$', views.pubmark, name="wiki_pubmark"),
url(r'^themes$', views.themes, name="themes"),
+
+ url(r'^back/$', views.back),
+ url(r'^editor-user-area/$', views.editor_user_area),
]