Show More
@@ -206,6 +206,11 b'' | |||
|
206 | 206 | |
|
207 | 207 | <div class="post-form-w"> |
|
208 | 208 | <script src="{% static 'js/panel.js' %}"></script> |
|
209 | <style type="text/css"> | |
|
210 | form > :nth-child(4) { | |
|
211 | display: none; | |
|
212 | } | |
|
213 | </style> | |
|
209 | 214 | <div class="post-form"> |
|
210 | 215 | <div class="form-title">{% trans "Create new thread" %}</div> |
|
211 | 216 | <form enctype="multipart/form-data" method="post">{% csrf_token %} |
@@ -95,6 +95,11 b'' | |||
|
95 | 95 | |
|
96 | 96 | <div class="post-form-w"> |
|
97 | 97 | <script src="{% static 'js/panel.js' %}"></script> |
|
98 | <style type="text/css"> | |
|
99 | form > :nth-child(4) { | |
|
100 | display: none; | |
|
101 | } | |
|
102 | </style> | |
|
98 | 103 | <div class="form-title">{% trans "Reply to thread" %} #{{ thread.get_opening_post.id }}</div> |
|
99 | 104 | <div class="post-form"> |
|
100 | 105 | <form id="form" enctype="multipart/form-data" method="post" |
General Comments 0
You need to be logged in to leave comments.
Login now