Unverified Commit c37ce9b7 by Eric Fischer Committed by GitHub

Merge pull request #16504 from edx/efischer/EDU-1557

Move hint before content it refers to
parents 55cc8c61 8838f11c
{% load i18n %}
<textarea {{ attrs }}>{{ content }}</textarea>
<p id="hint_id_content" class="help-block">
{% 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>
<textarea {{ attrs }}>{{ content }}</textarea>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment