remove accounting views

This commit is contained in:
imperosol
2025-03-14 15:31:34 +01:00
committed by Thomas Girod
parent 635bc79dd6
commit 6dfd4e16e2
23 changed files with 5 additions and 2254 deletions

View File

@ -29,14 +29,6 @@
{% endfor %}
{% endif %}
</ul>
{% if object.club_account.exists() %}
<h4>{% trans %}Accounting: {% endtrans %}</h4>
<ul>
{% for ca in object.club_account.all() %}
<li><a href="{{ url('accounting:club_details', c_account_id=ca.id) }}">{{ ca.get_display_name() }}</a></li>
{% endfor %}
</ul>
{% endif %}
{% if object.id == settings.SITH_LAUNDERETTE_CLUB_ID %}
<li><a href="{{ url('launderette:launderette_list') }}">{% trans %}Manage launderettes{% endtrans %}</a></li>
{% endif %}