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 3884bda commit b6bb6fcCopy full SHA for b6bb6fc
task_manager/templates/tasks/delete.html
@@ -4,7 +4,7 @@
4
5
{% block content %}
6
{% bootstrap_messages %}
7
-<div class="container" style="width: 60%; color: black">
+div class="container" style="width: 60%; color: black">
8
<div class="card bg-light my-4">
9
<div class="card-header">
10
<h1 class="my-4">{% translate "Task deletion" %}</h1>
task_manager/templates/tasks/update.html
@@ -5,7 +5,6 @@
{% block title %}{% trans 'Update task' %}{% endblock %}
-
<div class="container" style="width: 80%; color: black">
11
<div class="card bg-light my-5">
0 commit comments