0.0.16
This commit is contained in:
@@ -33,7 +33,8 @@
|
||||
placeholder="Введите сообщение..."
|
||||
value="{% if form.adding_machine.text %}{{ form.initial.text }}{% endif %}"
|
||||
onclick="countLetters()"
|
||||
oninput="countLetters()"></textarea>
|
||||
oninput="countLetters()"
|
||||
maxlength="500"></textarea>
|
||||
{% if form.errors.text %}<div class="errors">{{ form.errors.text }}</div>{% endif %}
|
||||
<div class="letrs-count"><span class="letrs-count-span ins-span">0</span><span class="ins_span">/500</span></div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user