mirror of
https://github.com/lalanza808/monero.fail.git
synced 2025-08-20 05:38:10 -04:00
split resources out
This commit is contained in:
parent
726d2766e8
commit
2fb28e90fb
16 changed files with 532 additions and 481 deletions
|
@ -4,4 +4,8 @@ from wtforms.validators import DataRequired
|
|||
|
||||
|
||||
class SubmitNode(FlaskForm):
|
||||
node_url = StringField('', validators=[DataRequired()], render_kw={"placeholder": "Node URL (http://xxx.tld:18081)"})
|
||||
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