We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de5d792 commit 2e83a97Copy full SHA for 2e83a97
task_manager/templates/tasks/form.html
@@ -36,7 +36,7 @@ <h1>{{ object|default_if_none:"Создать задачу" }}</h1>
36
<div class="form-text">Можно выбрать несколько (Ctrl/⌘ + клик).</div>
37
</div>
38
39
- <button type="submit" class="btn btn-primary">Сохранить</button>
+ <button type="submit" class="btn btn-primary">Создать</button>
40
<a href="{% url 'tasks_index' %}" class="btn btn-link">Отмена</a>
41
</form>
42
0 commit comments