Skip to content

Commit

Permalink
Fix unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
hadro committed Oct 12, 2023
1 parent 705cb6d commit ac64a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iiify/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/<identifier>')
Expand Down

0 comments on commit ac64a1e

Please sign in to comment.