We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb35218 commit 91f32c6Copy full SHA for 91f32c6
geonode/base/forms.py
@@ -342,6 +342,7 @@ def _get_thesauro_keyword_label(item, lang):
342
343
@staticmethod
344
def _get_thesauro_title_label(item, lang):
345
+ lang = remove_country_from_languagecode(lang)
346
tname = ThesaurusLabel.objects.values_list("label", flat=True).filter(thesaurus=item).filter(lang=lang)
347
if not tname:
348
return Thesaurus.objects.get(id=item.id).title
0 commit comments