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