Formating CF Form

This commit is contained in:
Marc Ducobu
2014-11-11 12:53:14 +01:00
parent bd96f36463
commit cac299368a
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
{% block custom_field_title_widget %}
<span class="{{ form.vars.attr.type }}">
<span class="cf-{{ form.vars.attr.type }}">
{{ form.vars.attr.title }}
</span>
{% endblock custom_field_title_widget %}