Skip to content

Commit

Permalink
Fixed mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
m431m committed Dec 7, 2020
1 parent d2dfc59 commit 2468508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/logic/action/get.py
Original file line number Diff line number Diff line change
Expand Up @@ -1996,8 +1996,8 @@ def package_search(context, data_dict):

elif key == 'datatype':
# ADAPTER EN FONCTION DE LA PLATEFORME
if key_ == 'donnees-moisonnees':
display_name = u"Données moissonées"
if key_ == 'donnees-moissonnees':
display_name = u"Données moissonnées"
if key_ == 'donnees-intelligentes':
display_name = u"Données intelligentes"
elif key_ == 'donnees-ouvertes':
Expand Down

0 comments on commit 2468508

Please sign in to comment.