first commit
This commit is contained in:
4
Movement/templates/Product/Create/client.html
Normal file
4
Movement/templates/Product/Create/client.html
Normal file
@@ -0,0 +1,4 @@
|
||||
{% for cl in form.client.field.queryset %}
|
||||
<input type="hidden" name="client" value="{{ cl.id }}" >
|
||||
<h1> {{ cl.first_name }} {{ cl.last_name }} </h1>
|
||||
{% endfor %} <br>
|
||||
Reference in New Issue
Block a user