fix broken translations

This commit is contained in:
thomas girod 2024-07-04 11:18:45 +02:00
parent bf18284450
commit ea8247aa16
3 changed files with 1080 additions and 1038 deletions

View File

@ -162,8 +162,9 @@
<div> <div>
{% trans %}Not subscribed{% endtrans %} {% trans %}Not subscribed{% endtrans %}
{% if user.is_board_member %} {% if user.is_board_member %}
<a href="{{ url('subscription:subscription') }}?member={{ profile.id }}">{% trans %}New subscription{% endtrans <a href="{{ url('subscription:subscription') }}?member={{ profile.id }}">
%}</a> {% trans %}New subscription{% endtrans %}
</a>
{% endif %} {% endif %}
{% endif %} {% endif %}
</div> </div>

View File

@ -133,8 +133,9 @@
</p> </p>
{%- elif user.is_root -%} {%- elif user.is_root -%}
<p> <p>
<a href="{{ url('core:password_root_change', user_id=form.instance.id) }}">{%- trans -%}Change user password{%- <a href="{{ url('core:password_root_change', user_id=form.instance.id) }}">
endtrans -%}</a> {%- trans -%}Change user password{%- endtrans -%}
</a>
</p> </p>
{%- endif -%} {%- endif -%}

File diff suppressed because it is too large Load Diff