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 }}