This commit is contained in:
Egor Matveev
2022-01-22 15:08:12 +03:00
parent cabbace972
commit a49ecded94
5 changed files with 23 additions and 8 deletions

View File

@@ -13,7 +13,7 @@
<form method="POST">
{% csrf_token %}
<input type="hidden" name="action" value="save">
<h3><input name="name" value="{{ set.name }}"></h3>
<h3><input name="name" placeholder="Название" value="{{ set.name }}"></h3>
<textarea id="input0" style="width: 1000px; height: 400px; resize: none;" name="description" placeholder="Описание">{{ set.description }}</textarea>
<h4>Таски</h4>
{% for settask in settasks %}