Skip to content

Commit 46fe829

Browse files
committed
fixed merges with master
2 parents 8652c8c + 8c7b2cb commit 46fe829

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

djity/project/urls.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
(r'^(?P<project_name>[-\w]+)/css/',include(css_urls)),
2727
# and search also
2828
(r'^(?P<project_name>[-\w]+)/search/',include(search_urls)),
29+
2930
)
3031

3132
#import urls from djity applications

djity/utils/decorators.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ def _new_func(*args,**kwargs):
114114
context['info_message'] = request.GET['info_message']
115115

116116
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
119119
if module_name and not 'module' in context:
120120
context.message(_("This page does not exist on this project !"))
121121
context["module"] = {'label':_('Page not found')}

0 commit comments

Comments
 (0)