mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-26 17:29:21 +02:00
* fixed editing page in admin panel
This commit is contained in:
parent
d95aea319e
commit
7caca74d57
@ -75,7 +75,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Content:</td>
|
<td>Content:</td>
|
||||||
<td>
|
<td>
|
||||||
<textarea id="news-body" name="body" maxlength="65000" cols="50" rows="5">{{ body }}</textarea>
|
<textarea id="news-body" name="body" maxlength="65000" cols="50" rows="5">{{ body|raw }}</textarea>
|
||||||
{% if use_tinymce %}
|
{% if use_tinymce %}
|
||||||
<br/>
|
<br/>
|
||||||
<a href="javascript:;" onmousedown="$('#news-body').tinymce().hide();">[Hide]</a>
|
<a href="javascript:;" onmousedown="$('#news-body').tinymce().hide();">[Hide]</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user