summaryrefslogtreecommitdiffstats
path: root/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'app.py')
-rw-r--r--app.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/app.py b/app.py
index e03b7ac..8208211 100644
--- a/app.py
+++ b/app.py
@@ -124,6 +124,12 @@ def index(module=None):
+@app.route('/403')
+def forbidden():
+ return render_template('403.html')
+
+
+
if __name__ == "__main__":
modules = dict(FORM_MODULE_LIST)
# extend module list with git values