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

This reverts commit 55d752073d.
This commit is contained in:
Marcin Łabanowski 2013-01-26 15:03:31 +01:00
parent 55d752073d
commit 9b7b1c996f
2 changed files with 3 additions and 2 deletions

View file

@ -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>