Rename index into entries.

This commit is contained in:
Alexis Lahouze 2015-07-14 02:34:39 +02:00
parent 8d0fe7990f
commit eaf96c4b34
2 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,8 @@ def root():
@frontend.route('/entries')
def index():
return render_template('index.html')
def entries():
return render_template('entries.html')
@frontend.route('/scheduler')