fix static path
This commit is contained in:
parent
b33110f8f4
commit
7f1ab45d53
@ -1,5 +1,5 @@
|
||||
from flask import Flask
|
||||
|
||||
app = Flask(__name__)
|
||||
app = Flask(__name__, static_url_path='/account/static')
|
||||
|
||||
from luser import routes
|
||||
|
@ -21,7 +21,7 @@
|
||||
<input type="password" name="confirmpassword" id="confirmpassword" placeholder="confirmpassword" required>
|
||||
<p>password must be at least 8 characters long<p>
|
||||
<br>
|
||||
<img src=/account/register/captcha_img/{{ imgsrc }} alt="{{ captchahash }}" style="width:200;margin:auto;">
|
||||
<img src=/account/static/register/captcha_img/{{ imgsrc }} alt="{{ captchahash }}" style="width:200;margin:auto;">
|
||||
<p>
|
||||
<label for="captcha answer">captcha answer</label>
|
||||
<input type="text" name="captchaa" id="captchaa" placeholder="captcha answer" required>
|
||||
|
Loading…
Reference in New Issue
Block a user