标签: python html database django templates
如何在模板中放置帮助文本,以便用户可以轻松地以正确的格式输入数据? 比方说,一个DateTimeField ...我如何放置该字段的格式,例如(YYYY-MM-DD HH:MM:SS)不影响默认错误列表的空间?
答案 0 :(得分:1)
您可以specify the help_text of the form field或specify the help_text of the model field。它根本不应该影响错误处理。