From 775270bef684f4e91b6d14e879dbed0e690fe63a Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 2 Jun 2016 17:40:06 +0200 Subject: Add full export of find's sources --- archaeological_finds/forms.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'archaeological_finds/forms.py') diff --git a/archaeological_finds/forms.py b/archaeological_finds/forms.py index ca2946a21..99907781b 100644 --- a/archaeological_finds/forms.py +++ b/archaeological_finds/forms.py @@ -402,7 +402,8 @@ class FindSourceSelect(SourceSelect): FindSourceFormSelection = get_form_selection( 'FindSourceFormSelection', _(u"Documentation search"), 'pk', models.FindSource, FindSourceSelect, 'get-findsource', - _(u"You should select a document.")) + _(u"You should select a document."), + get_full_url='get-findsource-full') class NewFindBasketForm(forms.ModelForm): -- cgit v1.2.3