File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 26
26
(r'^(?P<project_name>[-\w]+)/css/' ,include (css_urls )),
27
27
# and search also
28
28
(r'^(?P<project_name>[-\w]+)/search/' ,include (search_urls )),
29
+
29
30
)
30
31
31
32
#import urls from djity applications
Original file line number Diff line number Diff line change @@ -114,8 +114,8 @@ def _new_func(*args,**kwargs):
114
114
context ['info_message' ] = request .GET ['info_message' ]
115
115
116
116
kwargs ['context' ] = context
117
-
118
- # if module was not found by projet.update_context() raise 404
117
+
118
+ # if module was not found by projet.update_context() raise 404
119
119
if module_name and not 'module' in context :
120
120
context .message (_ ("This page does not exist on this project !" ))
121
121
context ["module" ] = {'label' :_ ('Page not found' )}
You can’t perform that action at this time.
0 commit comments