aboutsummaryrefslogtreecommitdiff
path: root/fietsboek/views/notfound.py
diff options
context:
space:
mode:
Diffstat (limited to 'fietsboek/views/notfound.py')
-rw-r--r--fietsboek/views/notfound.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/fietsboek/views/notfound.py b/fietsboek/views/notfound.py
index 13bd094..2ec6c6c 100644
--- a/fietsboek/views/notfound.py
+++ b/fietsboek/views/notfound.py
@@ -14,3 +14,6 @@ def notfound_view(request):
"""
request.response.status = 404
return {}
+
+
+__all__ = ["notfound_view"]