aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/base/admin/templates.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/base/admin/templates.html')
-rw-r--r--templates/web/base/admin/templates.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/admin/templates.html b/templates/web/base/admin/templates.html
index 25cd181aa..f9dda7a4c 100644
--- a/templates/web/base/admin/templates.html
+++ b/templates/web/base/admin/templates.html
@@ -19,7 +19,7 @@
<td> [% t.title %] </td>
<td> [% t.text %] </td>
<td> [% t.created %] </td>
- <td> <a href="/admin/templates/[% body.id %]/[% t.id %]" class="btn">[% loc('Edit') %]</a> </td>
+ <td> <a href="[% c.uri_for('templates', body.id, t.id) %]" class="btn">[% loc('Edit') %]</a> </td>
</tr>
[% END %]
</tbody>