summaryrefslogtreecommitdiff
path: root/objectapp/templates/objectapp
diff options
context:
space:
mode:
Diffstat (limited to 'objectapp/templates/objectapp')
-rw-r--r--objectapp/templates/objectapp/_gbobject_detail.html2
-rw-r--r--objectapp/templates/objectapp/skeleton.html2
2 files changed, 2 insertions, 2 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 %}
diff --git a/objectapp/templates/objectapp/skeleton.html b/objectapp/templates/objectapp/skeleton.html
index c6e9fd4..60815ec 100644
--- a/objectapp/templates/objectapp/skeleton.html
+++ b/objectapp/templates/objectapp/skeleton.html
@@ -167,7 +167,7 @@ Javascript for Object type force graph
$(function() {
$.ajax({
- url: '/gstudio/graphs/graph_json/{{ object.id }}',
+ url: '/nodetypes/graphs/graph_json/{{ object.id }}',
//crossDomain: true,
dataType: 'json',
success : function(json) {