Django: How to make a Grouped Choice Field that doesn't show children until hovered?

后端 未结 0 605
慢半拍i
慢半拍i 2020-12-18 03:13

Currently, I have:

Code in forms.py:

class ExpenseForm(forms.Form):
        CHOICES = (
            (\'Debt\'         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题