Skip to content

Commit 2e83a97

Browse files
committed
texts edited for tasks 2
1 parent de5d792 commit 2e83a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

task_manager/templates/tasks/form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ <h1>{{ object|default_if_none:"Создать задачу" }}</h1>
3636
<div class="form-text">Можно выбрать несколько (Ctrl/⌘ + клик).</div>
3737
</div>
3838

39-
<button type="submit" class="btn btn-primary">Сохранить</button>
39+
<button type="submit" class="btn btn-primary">Создать</button>
4040
<a href="{% url 'tasks_index' %}" class="btn btn-link">Отмена</a>
4141
</form>
4242

0 commit comments

Comments
 (0)