summaryrefslogtreecommitdiff
path: root/archaeological_context_records/views.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-07-09 19:02:09 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-07-09 19:02:09 +0200
commit909471a6e58df80fbcb289d8bfcc2a1d6b4db2b6 (patch)
tree2c77235acc68c317b1788ad0285784752876bf5f /archaeological_context_records/views.py
parentadcd9fa8abff676b6d9e27fb75b16a1ae1d557b3 (diff)
downloadIshtar-909471a6e58df80fbcb289d8bfcc2a1d6b4db2b6.tar.bz2
Ishtar-909471a6e58df80fbcb289d8bfcc2a1d6b4db2b6.zip
Graph generation: manage link - display raw SVG - scale SVG - manage reopening in a specific tab
Diffstat (limited to 'archaeological_context_records/views.py')
-rw-r--r--archaeological_context_records/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_context_records/views.py b/archaeological_context_records/views.py
index fbe382623..5b858a76a 100644
--- a/archaeological_context_records/views.py
+++ b/archaeological_context_records/views.py
@@ -168,7 +168,7 @@ class GenerateRelationImage(IshtarMixin, LoginRequiredMixin, RedirectView):
def get_redirect_url(self, *args, **kwargs):
return reverse('display-item',
- args=[self.model.SLUG, self.item.pk])
+ args=[self.model.SLUG, self.item.pk]) + "#relations"
def get(self, request, *args, **kwargs):
try: