summaryrefslogtreecommitdiff
path: root/archaeological_context_records/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-06 16:10:46 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-09-06 16:10:46 +0200
commitc18dba0656a194f966b95674e31993e88b650f78 (patch)
tree656e7f51f769a313c16f32a0a62dd684c0d1639e /archaeological_context_records/models.py
parent6a569a6ea6eb91791d0a6530d7604d2be2267af9 (diff)
parent36d03c08136e6ff63812cbbc431d06304e7ba156 (diff)
downloadIshtar-c18dba0656a194f966b95674e31993e88b650f78.tar.bz2
Ishtar-c18dba0656a194f966b95674e31993e88b650f78.zip
Merge branch 'v0.9' into wheezy
Diffstat (limited to 'archaeological_context_records/models.py')
-rw-r--r--archaeological_context_records/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py
index 34204ebfa..637c386f0 100644
--- a/archaeological_context_records/models.py
+++ b/archaeological_context_records/models.py
@@ -208,7 +208,7 @@ class ContextRecord(BaseHistorizedItem, ImageModel, OwnPerms, ShortMenuItem):
@property
def short_label(self):
return settings.JOINT.join([unicode(item) for item in [
- self.parcel, self.label] if item])
+ self.operation.get_reference(), self.parcel, self.label] if item])
@property
def show_url(self):