Fixes whitespace in translation strings
This commit is contained in:
parent
b4a4f91002
commit
1e6390a405
9 changed files with 19 additions and 18 deletions
|
@ -36,7 +36,11 @@
|
|||
{% endfor %}
|
||||
</div>
|
||||
{% else %}
|
||||
<p>No potential members found for "{{ user_query }}"</p>
|
||||
<p>
|
||||
{% blocktrans trimmed %}
|
||||
No potential members found for "{{ user_query }}"
|
||||
{% endblocktrans %}
|
||||
</p>
|
||||
<br/>
|
||||
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue