Added blocktranslate tags to unauth_home.

This commit is contained in:
Marcus Scholz 2020-10-10 23:43:59 +02:00
parent e91e8c8894
commit f73b264a2a

View File

@ -8,22 +8,23 @@
{% include 'partials/welcome.html' %} {% include 'partials/welcome.html' %}
<article class="LP-TextSection"> <article class="LP-TextSection">
<p class="LP-Paragraph"> <p class="LP-Paragraph">
You can create, view and share your favorite lost places with other {% blocktrans %} You can create, view and share your favorite lost places with other
members of this site. You can upload photos, place links to your members of this site. You can upload photos, place links to your
web galleries and contribute your knowledge by tagging other places or web galleries and contribute your knowledge by tagging other places or
commenting on them. You will find detailed information on where these commenting on them. You will find detailed information on where these
locations are, how to get there and what to expect from them. This might locations are, how to get there and what to expect from them. This might
even include detailed information on the surroundings or the history even include detailed information on the surroundings or the history
of a lost place. of a lost place.{% endblocktrans %}
</p> </p>
{% url 'signup' as signup_url %}
<p class="LP-Paragraph"> <p class="LP-Paragraph">
Since vandalism is a growing problem these days, no sensitive {% blocktrans %}Since vandalism is a growing problem these days, no sensitive
information is available to the public. You have to information is available to the public. You have to
<a class="LP-Link" href="{% url 'signup' %}"><span class="LP-Link__Text">sign up</span></a> <a class="LP-Link" href="{{signup_url}}"><span class="LP-Link__Text">sign up</span></a>
with a voucher code as an invitation to join this community. Only admins with a voucher code as an invitation to join this community. Only admins
can create these codes. Usually you are given a code when we know you can create these codes. Usually you are given a code when we know you
in real life in person. A request from an unknown person will most in real life in person. A request from an unknown person will most
probably be denied. probably be denied.{% endblocktrans %}
</p> </p>
</article> </article>