summaryrefslogtreecommitdiff
path: root/archaeological_context_records/models.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-06-22 12:02:48 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-06-22 12:02:48 +0200
commitbe2f9250a3684d8a7b42cdedcb97b88689146583 (patch)
tree7110f2f745ecb8e54f5b38577704a52d99ebce73 /archaeological_context_records/models.py
parentc9cda5e8a6feb8447243c0bd38e57a219d7d478e (diff)
downloadIshtar-be2f9250a3684d8a7b42cdedcb97b88689146583.tar.bz2
Ishtar-be2f9250a3684d8a7b42cdedcb97b88689146583.zip
Add link to modify sources in the sheet
Diffstat (limited to 'archaeological_context_records/models.py')
-rw-r--r--archaeological_context_records/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_context_records/models.py b/archaeological_context_records/models.py
index ddd9c8609..e449e893d 100644
--- a/archaeological_context_records/models.py
+++ b/archaeological_context_records/models.py
@@ -313,6 +313,7 @@ post_delete.connect(post_delete_record_relation, sender=RecordRelations)
class ContextRecordSource(Source):
SHOW_URL = 'show-contextrecordsource'
+ MODIFY_URL = 'record_source_modify'
class Meta:
verbose_name = _(u"Context record documentation")