Add function for admin.html
This commit is contained in:
parent
3ee7d5ac7d
commit
9e9262c787
@ -12,3 +12,7 @@ def form():
|
|||||||
@app.route('/result')
|
@app.route('/result')
|
||||||
def result():
|
def result():
|
||||||
return render_template('result.html', title='Test', text='Hallo, Fooboar')
|
return render_template('result.html', title='Test', text='Hallo, Fooboar')
|
||||||
|
|
||||||
|
@app.route('/admin')
|
||||||
|
def admin():
|
||||||
|
return render_template('admin.html', title='Test', text='Hallo, Admin Fooboar')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user