6 lines
263 B
HTML
6 lines
263 B
HTML
<%! from django.utils.translation import ugettext as _ %>
|
|
<textarea {{ attrs }}>{{ content }}</textarea>
|
|
<p id="hint_id_content" class="help-block">
|
|
${_('Markdown syntax is allowed. See the <a id="cheatsheetLink" href="#">_{("cheatsheet")}</a> for help.')}
|
|
</p>
|