Skip to content

Commit

Permalink
Merge pull request #102 from acdh-oeaw/bugfix/rename-relation-copied-…
Browse files Browse the repository at this point in the history
…from

added verbose name to iscopiedfrom relation
  • Loading branch information
gythaogg authored Jul 15, 2024
2 parents 4b8f46e + aa58058 commit b6f2d6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apis_ontology/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,9 @@ class InstanceIsCopiedFromInstance(TibScholRelationMixin):
temptriple_name = "is copied from"
temptriple_name_reverse = "is source for"

class Meta:
verbose_name = _("instance has as its source")


class PlaceIsLocatedWithinPlace(TibScholRelationMixin):
subj_model = Place
Expand Down

0 comments on commit b6f2d6d

Please sign in to comment.