Skip to content

Commit

Permalink
Update routes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
filak committed Nov 23, 2020
1 parent a173c69 commit 5d64039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask-app/application/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ def search(dui, action):
audit = mtu.getAuditDict(mdb.getAuditForItem(db, dui))

else:
msg = 'Item not found'
msg = 'Item not found : ' + str(dui)
flash(msg, 'warning')
app.logger.warning(msg)
return render_template('errors/error_page.html', errcode=404, error=msg), 404
Expand Down

0 comments on commit 5d64039

Please sign in to comment.