From 6d473a83cc791daaaf8ecadb06315be8594e2990 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Mon, 12 Dec 2022 01:25:48 +0900 Subject: Add the character counter next to the Post button (#152) --- templates/activities/compose.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'templates/activities/compose.html') diff --git a/templates/activities/compose.html b/templates/activities/compose.html index 7065863..9587559 100644 --- a/templates/activities/compose.html +++ b/templates/activities/compose.html @@ -34,7 +34,8 @@ {% endif %}
- + {{ config.post_length }} +
{% endblock %} -- cgit v1.2.3