forked from external-repos/pa11y-dashboard
13 lines
351 B
HTML
13 lines
351 B
HTML
|
|
{{#content "title"}}
|
|
Delete {{task.url}} ({{task.standard}})
|
|
{{/content}}
|
|
|
|
<h1>Delete URL: {{task.url}} ({{task.standard}})</h1>
|
|
|
|
<form action="/{{task.id}}/delete" method="post">
|
|
<p>Are you sure you wish to delete this URL and associated results?</p>
|
|
<input type="submit" value="Yes"/>
|
|
<a href="/{{task.id}}">No (cancel)</a>
|
|
</form>
|