Simple file editor replacement for ?/config (optional). Issue #127

This commit is contained in:
Michael Foster 2013-08-01 17:18:10 -04:00
parent 157dcf9fb1
commit 5a44c50811
5 changed files with 74 additions and 11 deletions

View file

@ -32,7 +32,7 @@
{% trans %}Comment{% endtrans %}
</th>
<td>
<textarea name="body" id="body" rows="8" cols="35">{% if raw %}{{ post.body|e }}{% else %}{{ post.body_nomarkup|e }}{% endif %}</textarea>
<textarea name="body" id="body" rows="8" cols="35">{% if raw %}{{ post.body }}{% else %}{{ post.body_nomarkup }}{% endif %}</textarea>
</td>
</tr>
</table>