accompanying course: re-open: translations + fine-tuning

This commit is contained in:
nobohan
2022-01-20 08:21:09 +01:00
parent d4efe81dbb
commit 343b2a6f2f
4 changed files with 13 additions and 36 deletions

View File

@@ -1,9 +1,11 @@
{% extends "@ChillPerson/AccompanyingCourse/layout.html.twig" %}
{% block title %}{{ 'Reopen accompanying course'|trans }}{% endblock %}
{% block title 'Re-Open a period'|trans %}
{% block content %}
<h1>{{ "Reopen accompanying course"|trans }}</h1>
<h1>{{ "Re-Open a period"|trans }}</h1>
<p class="message-confirm">{{ 'Are you sure you want to re-open this period ?'|trans }}<p>
{{ form_start(form) }}