summaryrefslogtreecommitdiff
path: root/tpls/jobs.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'tpls/jobs.tpl')
-rw-r--r--tpls/jobs.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpls/jobs.tpl b/tpls/jobs.tpl
index 578791e..9408e48 100644
--- a/tpls/jobs.tpl
+++ b/tpls/jobs.tpl
@@ -23,7 +23,7 @@
<tbody>
{{range .Jobs}}<tr>
<td><input type="checkbox" name="Jobs" value="{{.ID}}" /></td>
- <td><a href="/edit/{{.ID}}">{{.Subject}}</a></td>
+ <td><a href="/jobedit/{{.ID}}">{{.Subject}}</a></td>
<td>{{.Excerpt}}</td>
<td>{{.Next}}</td>
</tr>{{end}}