Remove references to tasks in descriptions

This commit is contained in:
Rowan Manning
2013-09-24 21:03:42 +01:00
parent 23ffae54fa
commit 4b2439e5db
4 changed files with 6 additions and 6 deletions

View File

@@ -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>