1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-07-09 11:30:21 +02:00

Display trigrams in note interface

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-03-29 19:22:20 +01:00
parent 6b16ed3cc8
commit 0006ecc90d
4 changed files with 118 additions and 57 deletions

View File

@ -6,6 +6,7 @@
<form method="post">
<div id="form-content">
<h4>{% trans "Notes of" %} {{ note.jury }}</h4>
<h5>{% trans "Defense of" %} {{ note.passage.defender.team.trigram }}, {% trans "Pb." %} {{ note.passage.solution_number }}</h5>
<hr>
{% csrf_token %}
{{ form|crispy }}