diff options
Diffstat (limited to 'fietsboek/views/notfound.py')
-rw-r--r-- | fietsboek/views/notfound.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fietsboek/views/notfound.py b/fietsboek/views/notfound.py index ac24008..13bd094 100644 --- a/fietsboek/views/notfound.py +++ b/fietsboek/views/notfound.py @@ -1,4 +1,5 @@ """Error views.""" + from pyramid.view import notfound_view_config |