[EDIT] restore previous behaviour (editing of html, not bbcode)

This commit is contained in:
Marcin Łabanowski 2013-01-23 19:06:13 +01:00
parent fabba73ce4
commit 55d752073d
2 changed files with 2 additions and 3 deletions

View file

@ -32,7 +32,7 @@
{% trans %}Comment{% endtrans %}
</th>
<td>
<textarea name="body" id="body" rows="5" cols="35">{{ post.body_nomarkup }}</textarea>
<textarea name="body" id="body" rows="5" cols="35">{{ post.body }}</textarea>
</td>
</tr>
</table>