Update button text in musikgame_answer template for clarity

Fix #6
This commit is contained in:
Edgar P. Burkhart 2025-06-16 15:18:56 +02:00
parent 98183575af
commit e6d757c069
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -21,6 +21,6 @@
{% endfor %}
</tbody>
</table>
{% if not musikgame.over %}<button type="submit">Valider mes réponses</button>{% endif %}
{% if not musikgame.over %}<button type="submit">Sauvegarder mes réponses</button>{% endif %}
</form>
{% endblock content %}