Skip to content

Commit

Permalink
Change menorah settings template name
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Jan 1, 2024
1 parent 6774466 commit a14c4eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_app/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ def menorah_settings():
return send_file(
file_bytesio, as_attachment=True, download_name="settings.json"
)
return render_template("index.html", input_form=input_form)
return render_template("menorah/settings.html", input_form=input_form)
File renamed without changes.

0 comments on commit a14c4eb

Please sign in to comment.