Skip to content

Commit f59983c

Browse files
committed
Merged [7236] from rcross@amsl.com: Ticket ietf-tools#1308: fix Liaison Add CSRF token error and missing Post and Send button.
- Legacy-Id: 7246 Note: SVN reference [7236] has been migrated to Git commit ba6d31f
1 parent 5d1bdde commit f59983c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/liaisons/forms.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,8 @@ def set_organization_field(self):
310310
self.fields['organization'].choices = self.hm.get_all_incoming_entities()
311311

312312
def get_post_only(self):
313+
# Temporary fix - newer django plumbs when forms are validated differently - fail permissive for now
314+
return False
313315
from_entity = self.get_from_entity()
314316
if is_secretariat(self.user) or Role.objects.filter(person=self.person, group=from_entity.obj, name="auth"):
315317
return False

0 commit comments

Comments
 (0)