mirror of
https://github.com/lalanza808/monero.fail.git
synced 2025-08-20 06:08:05 -04:00
remove js, finish index page
This commit is contained in:
parent
a6d0405737
commit
13351e73bc
15 changed files with 466 additions and 3507 deletions
|
@ -4,4 +4,4 @@ from wtforms.validators import DataRequired
|
|||
|
||||
|
||||
class SubmitNode(FlaskForm):
|
||||
node_url = StringField('Node URL:', validators=[DataRequired()])
|
||||
node_url = StringField('', validators=[DataRequired()], render_kw={"placeholder": "Node URL (http://xxx.tld:18081)"})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue