diff --git a/run.sh b/run.sh index 351e012..c643124 100755 --- a/run.sh +++ b/run.sh @@ -1,5 +1,5 @@ cat party.sql | sqlite3 party.db -python3 database.py + export FLASK_APP=main.py diff --git a/templates/seesion.html b/templates/seesion.html index a3ae2a0..56671c8 100644 --- a/templates/seesion.html +++ b/templates/seesion.html @@ -9,9 +9,9 @@
- {% block content %} -

{% block title %} Session Information {% endblock %}

- {% endblock %} + +

Session Information

+ {% block content %}