Skip to content

Commit

Permalink
configuración de formulario
Browse files Browse the repository at this point in the history
  • Loading branch information
mpvaldez committed Nov 8, 2024
1 parent 15588b6 commit c22b316
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion app/templates/core/formulario.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,16 @@ <h5 class="mb-5"> {{seccion.subtitulo}}</h5>
<div class="col-md-8 offset-md-2">
{% if seccion.numero == 0 %}
{% include 'core/tyc.html' %}
{% elif seccion.numero == 12 %}
{% elif seccion.numero == 15 %}
{% include 'core/resultados.html' %}
{% endif %}

{% if form %}
{% if form.help_text %}
<div class="alert alert-warning mb-5">
<p class="text-dark text">{{ form.help_text }}</p>
</div>
{% endif %}
<form method="post" >{% csrf_token %}

{% include 'widgets/inputs.html' %}
Expand Down

0 comments on commit c22b316

Please sign in to comment.