Skip to content

Commit

Permalink
Corregido el decimoséptimo error del informe
Browse files Browse the repository at this point in the history
  • Loading branch information
GinesOchoa committed Dec 11, 2024
1 parent e37d0f7 commit 1699488
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/templates/valoracion-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ <h1 class="mb-4">Formulario de Valoración</h1>
<div class="mb-3">
<label for="puntuacion" class="form-label">Puntuación:</label>
<input type="number" id="puntuacion" th:field="*{puntuacion}" class="form-control" required min="1" max="10"/>
<small class="form-text text-muted">La puntuación debe estar entre 1 y 10.</small>
</div>

<div class="mb-3">
Expand Down

0 comments on commit 1699488

Please sign in to comment.