0.0.1 new functional twb
This commit is contained in:
13
templates/v2/forms/f_make_poster_order.html
Normal file
13
templates/v2/forms/f_make_poster_order.html
Normal file
@@ -0,0 +1,13 @@
|
||||
{% load static %}
|
||||
{% load i18n %}
|
||||
|
||||
<form name="make_poster_order" class="f_make_poster_order">
|
||||
{% trans "Укажите город" as placeholder_for_city %}
|
||||
|
||||
<div class="form_line _50_grid">
|
||||
<div class="field_container">
|
||||
<label for="id_from_city"><div class="required_field_icon">*</div> {% trans "Откуда забрать посылку" %}</label>
|
||||
{% include 'v2/widgets/w_select_country.html' with name='from_city' placeholder=placeholder_for_city %}
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
Reference in New Issue
Block a user