Rename index into entries.
This commit is contained in:
parent
8d0fe7990f
commit
eaf96c4b34
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user