This commit is contained in:
SBD
2023-12-09 15:51:49 +03:00
parent 18a8f3d3f7
commit 8565018649
3 changed files with 9 additions and 3 deletions

View File

@@ -7,7 +7,9 @@
{% trans "Личные данные" %}
</div>
<div class="content_group_inputs_f_p_j">
{% include "widgets/w_input_form_project_request.html" %}
{% with label=project_request_form.fields.firstname.label %}
{% include "widgets/w_input_form_project_request.html" %}
{% endwith %}
</div>
</div>
</form>