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>
{% trans %}Not subscribed{% endtrans %}
{% if user.is_board_member %}
<a href="{{ url('subscription:subscription') }}?member={{ profile.id }}">{% trans %}New subscription{% endtrans
%}</a>
<a href="{{ url('subscription:subscription') }}?member={{ profile.id }}">
{% trans %}New subscription{% endtrans %}
</a>
{% endif %}
{% endif %}
</div>