Skip to content

Commit

Permalink
[Issue GeoNode#6925] Thesaurus admin pages
Browse files Browse the repository at this point in the history
  • Loading branch information
etj committed Feb 25, 2021
1 parent d8fba75 commit 10c9379
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions geonode/layers/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from geonode.layers.models import LayerFile, UploadSession

from geonode.base.fields import MultiThesauriField
from geonode.base.models import ThesaurusKeyword, ThesaurusKeywordLabel, Thesaurus
from geonode.base.models import ThesaurusKeyword, ThesaurusKeywordLabel

from dal import autocomplete

Expand Down Expand Up @@ -120,4 +120,3 @@ class UploadSessionAdmin(admin.ModelAdmin):
admin.site.register(Attribute, AttributeAdmin)
admin.site.register(Style, StyleAdmin)
admin.site.register(UploadSession, UploadSessionAdmin)

0 comments on commit 10c9379

Please sign in to comment.