Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Validata
validata-ui
Commits
d4e39cc3
Commit
d4e39cc3
authored
Jun 18, 2019
by
Christophe Benz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
setup.py
setup.py
+1
-1
validata_ui/templates/schema_info_part.html
validata_ui/templates/schema_info_part.html
+1
-1
No files found.
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
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