fix
This commit is contained in:
@@ -4,4 +4,5 @@ app = Flask(__name__)
|
|||||||
|
|
||||||
@app.route("/")
|
@app.route("/")
|
||||||
def mainpage():
|
def mainpage():
|
||||||
|
items = ['dummy1', 'dummy2', 'a', 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa']
|
||||||
return render_template('index.html', title='BG Shutdown')
|
return render_template('index.html', title='BG Shutdown')
|
||||||
@@ -26,4 +26,4 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{ % endblock % }
|
{% endblock %}
|
||||||
Reference in New Issue
Block a user