ajout module Default et suivi_edit.pt
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# -*- coding: utf8 -*-
|
||||
from pyramid.view import notfound_view_config
|
||||
|
||||
@notfound_view_config(renderer='../templates/404.pt')
|
||||
@notfound_view_config(renderer='../templates/default/404.pt')
|
||||
def notfound_view(request):
|
||||
request.response.status = 404
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user