Change index routing to route to all volumes

nightly
Andrew 4 years ago
parent 97765b7ff3
commit a42a2c1d68
  1. 3
      stashr/routes.py

@ -120,11 +120,14 @@ def index_page():
flash('Please Log IN', 'Info')
return redirect(url_for('login_page'))
return redirect(url_for('all_volumes_page'))
"""
return render_template(
'index_page.html',
title='Home',
open_registration=stashrconfig['APP']['open_registration']
)
"""
# LOGIN

Loading…
Cancel
Save