summaryrefslogtreecommitdiffstats
path: root/template/en/default/bug/create/create.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/bug/create/create.html.tmpl')
-rw-r--r--template/en/default/bug/create/create.html.tmpl5
1 files changed, 3 insertions, 2 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl
index 700994130..7156d052a 100644
--- a/template/en/default/bug/create/create.html.tmpl
+++ b/template/en/default/bug/create/create.html.tmpl
@@ -176,7 +176,7 @@ function set_assign_to() {
<tr>
<td align="right">
<strong>
- <a href="bug_status.html#assigned_to">Assign To</a>:
+ <a href="page.cgi?id=fields.html#assigned_to">Assign To</a>:
</strong>
</td>
<td colspan="3">
@@ -333,7 +333,8 @@ function set_assign_to() {
[% IF sel.description %]
<td align="right">
<strong>
- <a href="bug_status.html#[% sel.name %]">[% sel.description %]</a>:
+ <a href="page.cgi?id=fields.html#[% sel.name %]">
+ [% sel.description %]</a>:
</strong>
</td>
[% END %]