From eb1072479608c57603e012a2a7cd3762bf180e3b Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz <henrik@levkowetz.com> Date: Mon, 15 Jul 2013 07:14:20 +0000 Subject: [PATCH] Changed liaison attachment code to use the correct document type slug. - Legacy-Id: 5822 --- ietf/liaisons/formsREDESIGN.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ietf/liaisons/formsREDESIGN.py b/ietf/liaisons/formsREDESIGN.py index 4cb1b022a..efe2c6eb4 100644 --- a/ietf/liaisons/formsREDESIGN.py +++ b/ietf/liaisons/formsREDESIGN.py @@ -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 ... ) )