remove max char hard limit

This commit is contained in:
Your Name 2023-04-16 04:12:38 -04:00 committed by Henri Dickson
parent 063f4f8b49
commit d6c0cfad56
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@
<form action="{% url 'journal:comment' item.uuid focus_item.uuid %}" method="post">
{% csrf_token %}
<textarea name="text" cols="40" rows="10" placeholder="超过360字部分实例可能无法显示" maxlength="360" id="id_text">{% if comment.text %}{{ comment.text }}{% endif %}</textarea>
<textarea name="text" cols="40" rows="10" placeholder="超过360字部分实例可能无法显示" id="id_text">{% if comment.text %}{{ comment.text }}{% endif %}</textarea>
<div class="mark-modal__share-checkbox float-right">
<label for="id_share_to_mastodon"><input type="checkbox" name="share_to_mastodon" id="id_share_to_mastodon" value="1" {%if not request.user.preference.default_no_share %}checked{% endif %}>分享到联邦网络</label>

View file

@ -37,7 +37,7 @@
<div class="mark-modal__clear"></div>
<textarea name="text" cols="40" rows="10" placeholder="超过360字部分实例可能无法显示" maxlength="360" id="id_text">{% if mark.text %}{{ mark.text }}{% endif %}</textarea>
<textarea name="text" cols="40" rows="10" placeholder="超过360字部分实例可能无法显示" id="id_text">{% if mark.text %}{{ mark.text }}{% endif %}</textarea>
<div class="mark-modal__tag">
<label>标签</label>