Rebase on master to take Note and Report functionnalities

This commit is contained in:
Gregory Trullemans 2022-09-30 10:29:48 +02:00
parent 26fa4d7962
commit cf0d876def
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{% block content %}
<div class="card mb-0">
<div class="card-header">
<h3 class="mb-0"><a href="{% url 'gymnast_details_tab' note.gymnast.id 'event' %}">{{ note.gymnast }}</a></h3>
<h3 class="mb-0"><a href="{% url 'gymnast_details_tab' note.gymnast.id 'scores' %}">{{ note.gymnast }}</a></h3>
<h4 class="card-title"> Note of {{ note.created_at | date:'d-m-Y' }}</h4>
</div>
<div class="card-body pb-0 mb-0">