diff --git a/templates/imports.html b/templates/imports.html index ba69e5f..dddffb8 100644 --- a/templates/imports.html +++ b/templates/imports.html @@ -1,3 +1,4 @@ - \ No newline at end of file + + \ No newline at end of file diff --git a/web.py b/web.py index 1439aea..b12d413 100755 --- a/web.py +++ b/web.py @@ -248,5 +248,9 @@ def ccc_c(): def cc_connect_complete(): return render_template('cc_connect_complete.html', bg="background-image:url('{}')".format(session['ccavi'])) +@app.route('/settings') +def settings(): + return render_template('settings.html') + if __name__ == "__main__": app.run(host="0.0.0.0", port=4734) #4734 is t9 for 'greg' \ No newline at end of file