diff --git a/iiify/app.py b/iiify/app.py index 4511738..63edbd3 100755 --- a/iiify/app.py +++ b/iiify/app.py @@ -102,7 +102,7 @@ def helper(identifier): elif mediatype == "texts": return render_template('helpers/texts.html', identifier=identifier) else: - pass + return render_template('helpers/unknown.html', identifier=identifier) @app.route('/iiif/')