Changed liaison attachment code to use the correct document type slug.

- Legacy-Id: 5822
This commit is contained in:
Henrik Levkowetz 2013-07-15 07:14:20 +00:00
parent 96771f7340
commit eb10724796

View file

@ -284,7 +284,7 @@ class LiaisonForm(forms.Form):
name = name,
defaults=dict(
title = self.data.get(title_key),
type_id = "liaison",
type_id = "liai-att",
external_url = name + extension, # strictly speaking not necessary, but just for the time being ...
)
)