Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Validata
Validata UI
Commits
d616897d
Commit
d616897d
authored
Jan 22, 2021
by
Pierre Dittgen
Browse files
Reformat
parent
8678281f
Changes
1
Show whitespace changes
Inline
Side-by-side
validata_ui/templates/home.html
View file @
d616897d
...
@@ -14,13 +14,7 @@
...
@@ -14,13 +14,7 @@
<select
required
name=
"schema_name"
class=
"form-control"
>
<select
required
name=
"schema_name"
class=
"form-control"
>
<option
disabled
selected
value=
""
>
Choisissez un schéma
</option>
<option
disabled
selected
value=
""
>
Choisissez un schéma
</option>
{% for item in section.catalog %}
{% for item in section.catalog %}
<option
<option
{%
if
item.err
%}
disabled
{%
endif
%}
{%
if
item.err
%}
disabled
{%
endif
%}
value=
"{{ section.name }}.{{ item.name }}"
value=
"{{ section.name }}.{{ item.name }}"
>
{{ item.title }}
</option
>
{{ item.title }}
</option
>
>
...
...
Write
Preview
Supports
Markdown
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