11 lines
423 B
HTML
11 lines
423 B
HTML
{% load i18n %}
|
|
<textarea {{ attrs }}>{{ content }}</textarea>
|
|
<p id="hint_id_content" class="help-block">
|
|
{% comment %}
|
|
Translators: Do not translate 'cheatsheetLink'
|
|
{% endcomment %}
|
|
{% blocktrans with start_link="<a id='cheatsheetLink' href='#cheatsheetModal' rel='leanModal'>" end_link="</a>" %}
|
|
Markdown syntax is allowed. See the {{ start_link }}cheatsheet{{ end_link }} for help.
|
|
{% endblocktrans %}
|
|
</p>
|