Fixed a bug in list_templates
This commit is contained in:
parent
8d2daea327
commit
c9a2ad2b8d
6 changed files with 23 additions and 5 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from flask import Blueprint, render_template
|
||||
|
||||
frontend = Blueprint(__name__)
|
||||
frontend = Blueprint('frontend', __name__, template_folder='templates')
|
||||
|
||||
|
||||
@frontend.route('/')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue