git.ithinksw.org
/
philo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Implemented one-time login on account confirm.
[philo.git]
/
views.py
diff --git
a/views.py
b/views.py
index
f086bfd
..
911adfe
100644
(file)
--- a/
views.py
+++ b/
views.py
@@
-17,6
+17,6
@@
def node_view(request, path=None, **kwargs):
raise Http404
if not node:
raise Http404
raise Http404
if not node:
raise Http404
- if subpath and not node.
instance.
accepts_subpath:
+ if subpath and not node.accepts_subpath:
raise Http404
raise Http404
- return node.
instance.
render_to_response(request, path=path, subpath=subpath)
+ return node.render_to_response(request, path=path, subpath=subpath)