ansible form 순서 수정
All checks were successful
Build And Test / build-and-push (push) Successful in 4m22s
All checks were successful
Build And Test / build-and-push (push) Successful in 4m22s
This commit is contained in:
parent
4e66b1b957
commit
0b0343d8ce
@ -6,12 +6,12 @@
|
|||||||
<label for="id_name">Name:</label>
|
<label for="id_name">Name:</label>
|
||||||
{{ form.name }}
|
{{ form.name }}
|
||||||
|
|
||||||
<label for="id_inventory_content">Inventory content:</label>
|
|
||||||
{{ form.inventory_content }}
|
|
||||||
|
|
||||||
<label for="id_playbook_content">Playbook content:</label>
|
<label for="id_playbook_content">Playbook content:</label>
|
||||||
{{ form.playbook_content }}
|
{{ form.playbook_content }}
|
||||||
|
|
||||||
|
<label for="id_inventory_content">Inventory content:</label>
|
||||||
|
{{ form.inventory_content }}
|
||||||
|
|
||||||
<button type="submit" class="btn btn-primary">Create</button>
|
<button type="submit" class="btn btn-primary">Create</button>
|
||||||
</form>
|
</form>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user