Finished common section of app

This commit is contained in:
2022-06-16 15:19:26 +01:00
parent a8a01e17da
commit 08a140a73b
18 changed files with 518 additions and 69 deletions

View File

@@ -8,7 +8,7 @@ views = Blueprint(
name='views',
import_name=__name__,
template_folder='templates',
static_folder='static'
static_folder='root',
)
@views.route('/privacy/')