Skip to content
Snippets Groups Projects
Commit 87a62634 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

bonus link in dashboard

parent fdcb7646
No related branches found
No related tags found
3 merge requests!74Acceptance,!73Master,!64Dev nico
......@@ -202,7 +202,7 @@ def construct_link(request, status, workflow_id, count):
link = str(count)
try:
query = "?status=" + status + "&workflow__id=" + str(workflow_id)
if settings.DEV == False:
if settings.DEV == True:
url = request.build_absolute_uri('/atdb/tasks') + query
else:
url = "https://" + request.get_host() + '/atdb/tasks' + query
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment