This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{% extends "base.html" %}
|
{% extends "base.html" %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>To-Do List for DEVOPS</h1>
|
<h1>To-Do List for DEVOPS test</h1>
|
||||||
<form action="/add" method="POST">
|
<form action="/add" method="POST">
|
||||||
<input type="text" name="title" placeholder="Add a new task" required>
|
<input type="text" name="title" placeholder="Add a new task" required>
|
||||||
<button type="submit">Add</button>
|
<button type="submit">Add</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user