mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 22:31:15 +00:00
Remove references to tasks in descriptions
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
|
||||
{{#content "title"}}
|
||||
Delete Task: {{task.url}} ({{task.standard}})
|
||||
Delete {{task.url}} ({{task.standard}})
|
||||
{{/content}}
|
||||
|
||||
<h1>Delete Task: {{task.url}} ({{task.standard}})</h1>
|
||||
<h1>Delete URL: {{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>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user