<h3class="message-title">{% trans "We're sorry, our systems seem to be having trouble processing your password reset" %}</h3>
<pclass="message-copy">{% trans 'Someone has been made aware of this issue. Please try again shortly. Please <ahref="{{MKTG_URL_CONTACT}}">contact us</a> about any concerns you have.' %}</p>
<pclass="message-copy">
{% blocktrans with start_link='<ahref="{{MKTG_URL_CONTACT}}">' end_link='</a>' %}
Someone has been made aware of this issue. Please try again shortly. Please {{ start_link }}contact us{{ end_link }} about any concerns you have.
{% endblocktrans %}
</p>
</div>
<pclass="instructions">
...
...
@@ -123,7 +127,11 @@
<header>
<h2class="sr">{% trans "Your Password Reset Was Unsuccessful" %}</h2>
</header>
<p>{% trans 'The password reset link was invalid, possibly because the link has already been used. Please return to the <ahref="/login">login page</a> and start the password reset process again.' %}</p>
<p>
{% blocktrans with start_link='<ahref="/login">' end_link='</a>' %}
The password reset link was invalid, possibly because the link has already been used. Please return to the {{ start_link }}login page{{ end_link }} and start the password reset process again.
{% endblocktrans %}
</p>
{% endif %}
</section>
...
...
@@ -135,7 +143,11 @@
<divclass="cta cta-help">
<h3>{% trans "Need Help?" %}</h3>
<p>{% trans 'View our <ahref="{{MKTG_URL_FAQ}}">help section for contact information and answers to commonly asked questions</a>' %}</p>
<p>
{% blocktrans with start_link='<ahref="{{MKTG_URL_FAQ}}">' end_link='</a>' %}
View our {{ start_link }}help section for contact information and answers to commonly asked questions{{ end_link }}
<p>{% trans "This wiki uses <strong>Markdown</strong> for styling. There are several useful guides online. See any of the links below for in-depth details:" %}</p>
<ul>
<li>{% trans '<ahref="http://daringfireball.net/projects/markdown/basics"target="_blank">Markdown: Basics</a>' %}</li>
<li>{% trans '<ahref="http://greg.vario.us/doc/markdown.txt"target="_blank">Quick Markdown Syntax Guide</a>' %}</li>
<li>{% trans '<ahref="http://www.lowendtalk.com/discussion/6/miniature-markdown-guide"target="_blank">Miniature Markdown Guide</a>' %}</li>
<li><ahref="http://daringfireball.net/projects/markdown/basics"target="_blank">{% trans 'Markdown: Basics' %}</a></li>
<li><ahref="http://greg.vario.us/doc/markdown.txt"target="_blank">{% trans 'Quick Markdown Syntax Guide' %}</a></li>
<li><ahref="http://www.lowendtalk.com/discussion/6/miniature-markdown-guide"target="_blank">{% trans 'Miniature Markdown Guide' %}</a></li>
</ul>
<p>{% trans "To create a new wiki article, create a link to it. Clicking the link gives you the creation page." %}</p>
<pre>{% trans "[Article Name](wiki:ArticleName)" %}</pre>