Show More
@@ -119,7 +119,7 b' function initAutoupdate() {' | |||
|
119 | 119 | } |
|
120 | 120 | |
|
121 | 121 | function getReplyCount() { |
|
122 |
return $('.thread').children('.post').length |
|
|
122 | return $('.thread').children('.post').length | |
|
123 | 123 | } |
|
124 | 124 | |
|
125 | 125 | function getImageCount() { |
@@ -95,7 +95,7 b'' | |||
|
95 | 95 | <form id="form" enctype="multipart/form-data" method="post" |
|
96 | 96 | >{% csrf_token %} |
|
97 | 97 | <div class="post-form-w"> |
|
98 |
<div class="form-title">{% trans "Reply to thread" %} #{{ post |
|
|
98 | <div class="form-title">{% trans "Reply to thread" %} #{{ thread.get_opening_post.id }}</div> | |
|
99 | 99 | <div class="post-form"> |
|
100 | 100 | <div class="form-row"> |
|
101 | 101 | <div class="form-label">{% trans 'Title' %}</div> |
General Comments 0
You need to be logged in to leave comments.
Login now