diff --git a/app/Resources/views/inscripcion/index.html.twig b/app/Resources/views/inscripcion/index.html.twig index b4e9e56..5c2fdf8 100644 --- a/app/Resources/views/inscripcion/index.html.twig +++ b/app/Resources/views/inscripcion/index.html.twig @@ -79,7 +79,7 @@ {% if inscritas.getIdSeccion.getPlanificacion | length > 0 %}
    {% for planificacion in inscritas.getIdSeccion.getPlanificacion %} -
  1. {{ planificacion.idTemaUc.nombre }}
  2. +
  3. {{ planificacion.idTemaUc.nombre }}
  4. {% endfor %}
{% else %} diff --git a/app/Resources/views/planificacionseccion/show.html.twig b/app/Resources/views/planificacionseccion/show.html.twig index 35db98f..7911f2c 100644 --- a/app/Resources/views/planificacionseccion/show.html.twig +++ b/app/Resources/views/planificacionseccion/show.html.twig @@ -27,6 +27,7 @@
  • Back to the list
  • + {% if is_granted('ROLE_DOCENTE') %}
  • Edit
  • @@ -35,6 +36,7 @@ Calificar {% endif %} + {% endif %}