first commit

This commit is contained in:
2025-11-01 18:10:39 -03:00
parent 6e7348359f
commit 63cf724aaf
220 changed files with 4040 additions and 62 deletions

View File

@@ -0,0 +1,18 @@
{#<div class=""> Professional </div>#}
{#<div class="form-group">#}
{# {% for prof in form.professional.field.queryset %}#}
{# <div class="form-check ">#}
{# <label>#}
{# <input type="radio" name="professional"#}
{# value="{{ prof.id }}" class="form-check-input"#}
{# >#}
{# {{ prof.symbol }} {{ prof.name }}#}
{# </label><br>#}
{# </div>#}
{# {% endfor %}#}
{#</div> <br>#}
<div class="form-check form-switch">
<input class="form-check-input" type="checkbox" role="switch" id="switchCheckDefault"
value="{{ form.first_time.field.queryset }}">
<label class="form-check-label" for="switchCheckDefault">Primeira vez</label>
</div>