Files
CenterPes/Movement/templates/Calendar/Create/client.html
2025-11-01 18:10:39 -03:00

9 lines
246 B
HTML

<div class="form-group">
{% for cl in form.client.field.queryset %}
<input type="hidden" name="client" value="{{ cl.id }}" >
<h1> {{ cl.first_name }} {{ cl.last_name }} </h1>
{% endfor %}
</div> <br>
{#{{ form.client }}#}