pull/6/head
Hailey Clark 6 years ago
parent 14bed44a99
commit 2ba0b423b4
  1. 1
      app_settings.py

@ -20,7 +20,6 @@ else:
app.debug = False app.debug = False
@app.route('/settings') @app.route('/settings')
@no_cache
def appsettings(): def appsettings():
if not google_auth.is_logged_in(): if not google_auth.is_logged_in():
return flask.render_template('deny.html', denymsg = 'You are not authorized to be here') return flask.render_template('deny.html', denymsg = 'You are not authorized to be here')

Loading…
Cancel
Save