gpt4 book ai didi

django - 使用单选按钮渲染 ChoiceField

转载 作者:行者123 更新时间:2023-12-01 08:31:16 24 4
gpt4 key购买 nike

我已经从一个模型构建了这个表格。

class Configure_template(forms.Form):
subject_type = forms.ChoiceField(choices=Subject_type.objects.all())

我想使用单选按钮呈现它,但我在 html 中遇到了问题,

感谢您的任何建议。

最佳答案

使用 RadioSelect widget在您的表单字段上:

subject_type = forms.ChoiceField(choices=Subject_type.objects.all(),
widget=forms.RadioSelect)

关于django - 使用单选按钮渲染 ChoiceField,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19347040/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com