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
d4e39cc3
Commit
d4e39cc3
authored
Jun 18, 2019
by
Christophe Benz
Browse files
Adapt to Core evolutions
parent
325b1c45
Pipeline
#1026
failed with stage
in 16 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
setup.py
View file @
d4e39cc3
...
...
@@ -64,7 +64,7 @@ setup(
'tabulator'
,
'opendataschema >= 0.
2
.0, < 0.
3
'
,
'opendataschema >= 0.
3
.0, < 0.
4
'
,
'validata_core >= 0.3.0, < 0.4'
,
],
...
...
validata_ui/templates/schema_info_part.html
View file @
d4e39cc3
...
...
@@ -44,7 +44,7 @@
Changer de version Git :
<select
id=
"version_select"
>
{% for sv in schema_versions %}
<option
{%
if
sv =
=
schema_current_version
%}
selected=
"selected"
{%
endif
%}
>
{{ sv }}
</option>
<option
{%
if
sv
.name
=
=
schema_current_version
%}
selected=
"selected"
{%
endif
%}
>
{{ sv
.name
}}
</option>
{% endfor %}
</select>
{% if schema_current_version == 'master' %}
...
...
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