Stripping out whitespace on these translation blocks.
{% trans -%} ;o {%- endtrans %}
This commit is contained in:
parent
9122a9d047
commit
31370dbc2c
@ -19,9 +19,9 @@
|
|||||||
|
|
||||||
{% block mediagoblin_content %}
|
{% block mediagoblin_content %}
|
||||||
<p>
|
<p>
|
||||||
{% trans %}
|
{% trans -%}
|
||||||
Your password has been changed. Try to log in now.
|
Your password has been changed. Try to log in now.
|
||||||
{% endtrans %}
|
{%- endtrans %}
|
||||||
</p>
|
</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
@ -19,9 +19,9 @@
|
|||||||
|
|
||||||
{% block mediagoblin_content %}
|
{% block mediagoblin_content %}
|
||||||
<p>
|
<p>
|
||||||
{% trans %}
|
{% trans -%}
|
||||||
Check your inbox. We sent an email with a URL for changing your password.
|
Check your inbox. We sent an email with a URL for changing your password.
|
||||||
{% endtrans %}
|
{%- endtrans %}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -36,11 +36,11 @@
|
|||||||
|
|
||||||
{% if allow_registration %}
|
{% if allow_registration %}
|
||||||
<p>{% trans %}Excited to join us?{% endtrans %}<p>
|
<p>{% trans %}Excited to join us?{% endtrans %}<p>
|
||||||
{% trans register_url=request.urlgen('mediagoblin.auth.register') %}
|
{% trans register_url=request.urlgen('mediagoblin.auth.register') -%}
|
||||||
<a class="header_submit_highlight" href="{{ register_url }}">Create a free account</a>
|
<a class="header_submit_highlight" href="{{ register_url }}">Create a free account</a>
|
||||||
or
|
or
|
||||||
<a class="header_submit" href="http://wiki.mediagoblin.org/HackingHowto">Set up MediaGoblin on your own server</a>
|
<a class="header_submit" href="http://wiki.mediagoblin.org/HackingHowto">Set up MediaGoblin on your own server</a>
|
||||||
{% endtrans %}
|
{%- endtrans %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user