first commit
This commit is contained in:
8
Movement/templates/Calendar/Create/client.html
Normal file
8
Movement/templates/Calendar/Create/client.html
Normal file
@@ -0,0 +1,8 @@
|
||||
<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 }}#}
|
||||
Reference in New Issue
Block a user