Skip to content

Commit

Permalink
fixed index.html in app
Browse files Browse the repository at this point in the history
  • Loading branch information
Liad Noam authored and Liad Noam committed Oct 25, 2020
1 parent eb224b3 commit 67c7a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class NoAvailableImageFoundError(Exception):
def index():
search_input = request.args.get('search')
if not search_input:
return render_template('index.html')
return render_template('index.j2')
try:
char_quote, full_name = get_quote_by_char_or_house(search_input)
except NonExistentCharacterError:
Expand Down

0 comments on commit 67c7a88

Please sign in to comment.