forked from leftypol/leftypol
Revert "[EDIT] restore previous behaviour (editing of html, not bbcode)"
This reverts commit 55d752073d
.
This commit is contained in:
parent
55d752073d
commit
9b7b1c996f
2 changed files with 3 additions and 2 deletions
|
@ -32,7 +32,7 @@
|
|||
{% trans %}Comment{% endtrans %}
|
||||
</th>
|
||||
<td>
|
||||
<textarea name="body" id="body" rows="5" cols="35">{{ post.body }}</textarea>
|
||||
<textarea name="body" id="body" rows="5" cols="35">{{ post.body_nomarkup }}</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue