當我運行一個Django應用程序(dpaste) Template error
In template c:\python\projects\mycms\dpaste\templates\dpaste\base.html, error at line 1
Template u'base.html' cannot be extended, because it doesn't exist
我正在模板中手動構建一個formset的各個部分。我如何獲得隱藏字段TOTAL_FORMS和INITIAL_FORMS。有沒有隱藏的顯示小部件,它們已經在那裏,我可以打電話? <label>formset title</label>
#formset.TOTAL_FORMS
#formset.INITIAL_FORMS
{% for form in formset.forms %}