##// END OF EJS Templates
Added thread number to the reply form title.
neko259 -
r139:f5349581 default
parent child Browse files
Show More
@@ -64,7 +64,7 b''
64 <form id="form" enctype="multipart/form-data" method="post"
64 <form id="form" enctype="multipart/form-data" method="post"
65 >{% csrf_token %}
65 >{% csrf_token %}
66 <div class="post-form-w">
66 <div class="post-form-w">
67 <div class="form-title">{% trans "Reply to thread" %}</div>
67 <div class="form-title">{% trans "Reply to thread" %} #{{ posts.0.id }}</div>
68 <div class="post-form">
68 <div class="post-form">
69 <div class="form-row">
69 <div class="form-row">
70 <div class="form-label">{% trans 'Title' %}</div>
70 <div class="form-label">{% trans 'Title' %}</div>
General Comments 0
You need to be logged in to leave comments. Login now