Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
validata-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
23
Issues
23
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Validata
validata-ui
Commits
65b02f92
Commit
65b02f92
authored
Jun 18, 2019
by
Pierre Dittgen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Validata is no more beta
parent
defa840b
Pipeline
#1016
failed with stage
in 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
validata_ui/templates/base_template.html
validata_ui/templates/base_template.html
+0
-1
validata_ui/views.py
validata_ui/views.py
+0
-1
No files found.
validata_ui/templates/base_template.html
View file @
65b02f92
...
...
@@ -31,7 +31,6 @@
<nav
class=
"nav px-3 py-2"
>
<a
class=
"navbar-brand"
href=
"{{ url_for('home') }}"
>
<img
src=
"{{ url_for('static', filename='img/logo-horizontal.png') }}"
height=
"15"
alt=
"Validata"
/>
<span
class=
"badge badge-info mx-1"
title=
"Ce service est encore en cours de développement"
>
beta
</span>
</a>
<a
class=
"nav-link"
href=
"http://validata.fr/"
target=
"_blank"
>
Wiki
</a>
<a
class=
"nav-link"
href=
"https://scdl.opendatafrance.net/docs"
target=
"_blank"
>
Documentation
</a>
...
...
validata_ui/views.py
View file @
65b02f92
...
...
@@ -428,7 +428,6 @@ def homepage_config_with_schema_metadata(ui_config, schema_catalog_map):
@
app
.
route
(
'/'
)
def
home
():
""" Home page """
flash_warning
(
'Ce service est fourni en mode beta - certains problèmes peuvent subsister - nous mettons tout en œuvre pour améliorer son fonctionnement en continu.'
)
home_config
=
homepage_config_with_schema_metadata
(
config
.
HOMEPAGE_CONFIG
,
schema_catalog_map
)
return
render_template
(
'home.html'
,
title
=
'Accueil'
,
config
=
home_config
)
...
...
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