summaryrefslogtreecommitdiffstats
path: root/templates/news/view.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/news/view.html')
-rw-r--r--templates/news/view.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/news/view.html b/templates/news/view.html
index 1c92fe7..86a412d 100644
--- a/templates/news/view.html
+++ b/templates/news/view.html
@@ -9,9 +9,9 @@
{% if perms.main.change_news %}
<ul class="admin-actions">
- <li><a href="/news/edit/{{ news.id }}/" title="Edit this article">Edit News Item</a></li>
+ <li><a href="edit/" title="Edit this article">Edit News Item</a></li>
{% if perms.main.delete_news %}
- <li><a href="/news/delete/{{ news.id }}/" title="Delete this article">Delete News Item</a></li>
+ <li><a href="delete/" title="Delete this article">Delete News Item</a></li>
{% endif %}
</ul>
{% endif %}