fix: for the wiki page translation (#33049)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{% load i18n %}
|
||||
{% load django_markup %}
|
||||
<p id="hint_id_content" class="help-block">
|
||||
{% filter force_escape %}
|
||||
{% blocktrans with start_link="<a id='cheatsheetLink' href='#cheatsheetModal' rel='leanModal'>" end_link="</a>" trimmed %}
|
||||
Markdown syntax is allowed. See the {{ start_link }}cheatsheet{{ end_link }} for help.
|
||||
{% blocktrans trimmed asvar tmsg %}
|
||||
Markdown syntax is allowed. See the {start_link}cheatsheet{end_link} for help.
|
||||
{% endblocktrans %}
|
||||
{% endfilter %}
|
||||
{% interpolate_html tmsg start_link='<a id="cheatsheetLink" href="#cheatsheetModal" rel="leanModal">'|safe end_link='</a>'|safe %}
|
||||
</p>
|
||||
<textarea {{ attrs }}>{{ content }}</textarea>
|
||||
|
||||
Reference in New Issue
Block a user