We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f700ea9 commit 9e62353Copy full SHA for 9e62353
1 file changed
templates/mailing/mail_schema.html
@@ -32,9 +32,9 @@
32
Поля шаблона:
33
{% for filed in template_fields %}
34
<br>
35
- <label>{{ filed.title }}:</label>
+ <label for="field-{{ filed.key }}">{{ filed.title }}: </label>
36
37
- <textarea id="field-{{ filed.key }}" name ="field-{{ filed.key }}" value="{{ filed.default }}"> </textarea>
+ <textarea id="field-{{ filed.key }}" name ="field-{{ filed.key }}" value="{{ filed.default }}"> </textarea>
38
39
{% endfor %}
40
</div>
0 commit comments