mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
13 lines
359 B
HTML
13 lines
359 B
HTML
|
|
{{#content "title"}}
|
|
Delete Task: {{task.url}} ({{task.standard}})
|
|
{{/content}}
|
|
|
|
<h1>Delete Task: {{task.url}} ({{task.standard}})</h1>
|
|
|
|
<form action="/{{task.id}}/delete" method="post">
|
|
<p>Are you sure you wish to delete this task and associated results?</p>
|
|
<input type="submit" value="Yes"/>
|
|
<a href="/{{task.id}}">No (cancel)</a>
|
|
</form>
|