Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Validata
validata-ui
Commits
13fd7aa5
Commit
13fd7aa5
authored
Jun 17, 2019
by
Pierre Dittgen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Home page: style Custom validation
parent
6dc5f85e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
validata_ui/templates/home.html
validata_ui/templates/home.html
+2
-2
No files found.
validata_ui/templates/home.html
View file @
13fd7aa5
...
...
@@ -47,7 +47,7 @@ block head %}
<p>
<form
action=
"{{ url_for('custom_validator') }}"
method=
"GET"
>
<div
class=
"form-group"
>
<label
for=
"schema"
>
Indiquez ici l'URL du schéma de validation à utiliser
</label>
<label
for=
"schema
_url
"
>
Indiquez ici l'URL du schéma de validation à utiliser
</label>
<input
name=
"schema_url"
type=
"url"
...
...
@@ -57,7 +57,7 @@ block head %}
placeholder=
"https://..."
/>
</div>
<input
type=
"submit"
value=
"Continuer"
/>
<input
type=
"submit"
class=
"btn btn-primary"
value=
"Continuer"
/>
</form>
</p>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment