From 7f1ab45d53a927e6093e3d58edc956ceea81c96c Mon Sep 17 00:00:00 2001 From: fram3d Date: Thu, 28 Dec 2023 04:53:46 +0100 Subject: [PATCH] fix static path --- luser/__init__.py | 2 +- luser/templates/register.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/luser/__init__.py b/luser/__init__.py index 76ce4ac..2ed8746 100644 --- a/luser/__init__.py +++ b/luser/__init__.py @@ -1,5 +1,5 @@ from flask import Flask -app = Flask(__name__) +app = Flask(__name__, static_url_path='/account/static') from luser import routes diff --git a/luser/templates/register.html b/luser/templates/register.html index 2419c8c..c9f6e8f 100644 --- a/luser/templates/register.html +++ b/luser/templates/register.html @@ -21,7 +21,7 @@

password must be at least 8 characters long


- {{ captchahash }} + {{ captchahash }}