summaryrefslogtreecommitdiff
path: root/archaeological_context_records/forms.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2016-06-02 17:32:57 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2016-06-02 17:32:57 +0200
commit0e97b4834e3877018d61a140f1ec81d9e2215cfa (patch)
treeff1e4357510202200d6fbb505fe3f13c43cffbf2 /archaeological_context_records/forms.py
parentf83bdb58aee1cba40395aaba4d3c399f0016006a (diff)
downloadIshtar-0e97b4834e3877018d61a140f1ec81d9e2215cfa.tar.bz2
Ishtar-0e97b4834e3877018d61a140f1ec81d9e2215cfa.zip
Add full export of context record's sources
Diffstat (limited to 'archaeological_context_records/forms.py')
-rw-r--r--archaeological_context_records/forms.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_context_records/forms.py b/archaeological_context_records/forms.py
index 1a9fc12a6..0683b695f 100644
--- a/archaeological_context_records/forms.py
+++ b/archaeological_context_records/forms.py
@@ -299,4 +299,5 @@ class RecordSourceSelect(SourceSelect):
RecordSourceFormSelection = get_form_selection(
'RecordSourceFormSelection', _(u"Documentation search"), 'pk',
models.ContextRecordSource, RecordSourceSelect, 'get-contextrecordsource',
- _(u"You should select a document."))
+ _(u"You should select a document."),
+ get_full_url='get-contextrecordsource-full')