【问题标题】:Retrieving plain field label检索普通字段标签
【发布时间】:2013-03-15 07:18:23
【问题描述】:

是否可以检索普通字段标签。

当我使用 {{ form.field.label }} 之类的东西时,它会包含 html 标签 元素。 我只是想在某些地方使用疼痛标签。

【问题讨论】:

    标签: python google-app-engine python-2.7 wtforms


    【解决方案1】:

    我没有在这里测试的工具,但我认为您可能正在搜索的是:

    {{ form.field.label.text }}
    

    the relevant section from the documentation:

    field_id 此标签将引用的字段的 ID。
    text 传递给字段构造函数的原始标签文本。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-08-15
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多