summaryrefslogtreecommitdiff
path: root/objectapp/templates/objectapp/_gbobject_detail.html
diff options
context:
space:
mode:
Diffstat (limited to 'objectapp/templates/objectapp/_gbobject_detail.html')
-rw-r--r--objectapp/templates/objectapp/_gbobject_detail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/objectapp/templates/objectapp/_gbobject_detail.html b/objectapp/templates/objectapp/_gbobject_detail.html
index 10e1563..6b21356 100644
--- a/objectapp/templates/objectapp/_gbobject_detail.html
+++ b/objectapp/templates/objectapp/_gbobject_detail.html
@@ -4,7 +4,7 @@
<h2 class="gbobject-title">
<a href="{{ object.get_absolute_url }}" title="{{ object.title }}" rel="bookmark">
{{ object.title }}
- </a>
+ </a><a href="{{ object.ref.get_edit_url }}" target="_blank" >[edit]</a>
</h2>
<p class="gbobject-info">
{% if object.authors.count %}