Добавил поля ввода для триггеров

This commit is contained in:
Pro100ser
2020-03-18 19:13:17 +03:00
parent a9d5d8572b
commit a7394dca1c

View File

@@ -63,16 +63,26 @@
{% endfor %} {% endfor %}
</select> </select>
</label> </label>
<div class="form__row">
<label class="form__textaria-label">
<textarea class="form__texterea" placeholder="Введине указания" name = "TrigerText"></textarea>
</label>
</div>
<label class="form__log"> <label class="form__log">
<div class="form__field-title" > <div class="form__field-title" >
Действие: Действие:
</div> </div>
<select class="form__input-text" name = "Triger"> <select class="form__input-text" name = "Action">
{% for action in actions_list %} {% for action in actions_list %}
<option>{{ action.name }}</option> <option>{{ action.name }}</option>
{% endfor %} {% endfor %}
</select> </select>
</label> </label>
<div class="form__row">
<label class="form__textaria-label">
<textarea class="form__texterea" placeholder="Введине указания" name = "ActionText"></textarea>
</label>
</div>
<div class="form__btns"> <div class="form__btns">
<div class="form__controls"> <div class="form__controls">
<div class="form__controls-btns clearfix"> <div class="form__controls-btns clearfix">