changement des notes légers: rendu le pipeline plus fluide et ai effacé des pages redondantes ou encombrantes

This commit is contained in:
cedrick2711
2026-07-16 21:28:43 -04:00
parent 24fcc9a048
commit c795df8e60
10 changed files with 289 additions and 43 deletions
+5
View File
@@ -66,6 +66,11 @@
</button>
</form>
{% endif %}
{% if current_user.role == 'coach' and team.coach_id == current_user.id %}
<a href="{{ url_for('users.notes_dashboard') }}" class="btn btn-sm btn-primary" title="Add Notes">
<i class="fas fa-sticky-note"></i> Notes
</a>
{% endif %}
</div>
</div>
<div class="card-body">