Commit ee66dff2 authored by Michal Čihař's avatar Michal Čihař

Mention ACL on engage page

Otherwise users might be disappointed that they don't see the project.
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 9a5f2dbd
......@@ -37,6 +37,11 @@
{% url 'register' as reg_url %}
{% blocktrans %}If you would like to contribute to translation of {{ project }}, you need to <a href="{{ reg_url }}">register on this server</a>.{% endblocktrans %}
</p>
{% if object.enable_acl %}
<p>
{% trans "This translation is open only to limited group of translators, if you want to contribute please get in touch with project maintainers." %}
</p>
{% endif %}
<p>
{% blocktrans %}Once you have activated your account just proceed to the <a href="{{ url }}">translation section</a>.{% endblocktrans %}
</p>
......
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