From 0e97b4834e3877018d61a140f1ec81d9e2215cfa Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 2 Jun 2016 17:32:57 +0200 Subject: Add full export of context record's sources --- archaeological_context_records/forms.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archaeological_context_records/forms.py') 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') -- cgit v1.2.3