mirror of
https://github.com/ae-utbm/sith.git
synced 2025-11-22 20:56:59 +00:00
Improve club templates
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
{% extends "core/base.jinja" %}
|
||||
{% extends "club/club_base.jinja" %}
|
||||
|
||||
{% block content %}
|
||||
{% block club %}
|
||||
<h3>{% trans %}Club tools{% endtrans %}</h3>
|
||||
<p><a href="{{ url('club:club_view', club_id=object.id) }}">Back to club</a></p>
|
||||
<div>
|
||||
{% if object.counters.filter(type="OFFICE")|count > 0 %}
|
||||
<h4>{% trans %}Counters:{% endtrans %}</h4>
|
||||
|
||||
Reference in New Issue
Block a user