NDOJ/templates/pagedown/widgets/default.html

9 lines
330 B
HTML
Raw Permalink Normal View History

2020-01-21 06:35:58 +00:00
<div class="wmd-wrapper" id="{{ id }}-wmd-wrapper">
2023-01-27 23:11:10 +00:00
<div class="wmd-panel">
<div id="{{ id|safe }}_wmd_button_bar"></div>
<textarea{{ attrs|safe }}>{{ body }}</textarea>
</div>
{% if show_preview %}
<div id="{{ id|safe }}_wmd_preview" class="wmd-panel wmd-preview content-description"></div>
{% endif %}
2020-01-21 06:35:58 +00:00
</div>