0.0.97
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
{% trans "Личные данные" %}
|
||||
</div>
|
||||
<div class="content_group_inputs_f_p_j">
|
||||
{% with label=project_request_form.fields.firstname.label %}
|
||||
{% with field=project_request_form.fields.firstname %}
|
||||
{% include "widgets/w_input_form_project_request.html" %}
|
||||
{% endwith %}
|
||||
</div>
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
{% load static %}
|
||||
<label class="label_f_project_request">
|
||||
{{ label }}
|
||||
</label>
|
||||
{{ field.label }}
|
||||
</label>
|
||||
<input
|
||||
class="input_f_project_request"
|
||||
name="{{ field.name }}"
|
||||
id="id_{{ field.name }}"
|
||||
>
|
||||
Reference in New Issue
Block a user