first commit
This commit is contained in:
18
Movement/templates/Calendar/Create/first_time.html
Normal file
18
Movement/templates/Calendar/Create/first_time.html
Normal 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>
|
||||
Reference in New Issue
Block a user