diff --git a/lostplaces/templates/403.html b/lostplaces/templates/403.html
new file mode 100644
index 0000000..6b0bd7d
--- /dev/null
+++ b/lostplaces/templates/403.html
@@ -0,0 +1,2 @@
+{% extends 'global.html'%}
+{% block title %}Forbidden{% endblock %}