0.0.96
This commit is contained in:
@@ -1155,4 +1155,8 @@ body.n_scroll{
|
||||
|
||||
.form_project_request{
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.label_f_project_request{
|
||||
|
||||
}
|
||||
@@ -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>
|
||||
@@ -1,4 +1,4 @@
|
||||
{% load static %}
|
||||
<label>
|
||||
{{ project_request_form.name_input.label }}
|
||||
<label class="label_f_project_request">
|
||||
{{ label }}
|
||||
</label>
|
||||
Reference in New Issue
Block a user