Skip to content

Commit b6bb6fc

Browse files
committed
update templates tasks
1 parent 3884bda commit b6bb6fc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

task_manager/templates/tasks/delete.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{% block content %}
66
{% bootstrap_messages %}
7-
<div class="container" style="width: 60%; color: black">
7+
div class="container" style="width: 60%; color: black">
88
<div class="card bg-light my-4">
99
<div class="card-header">
1010
<h1 class="my-4">{% translate "Task deletion" %}</h1>

task_manager/templates/tasks/update.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
{% block title %}{% trans 'Update task' %}{% endblock %}
77

8-
98
{% block content %}
109
<div class="container" style="width: 80%; color: black">
1110
<div class="card bg-light my-5">

0 commit comments

Comments
 (0)