summaryrefslogtreecommitdiff
path: root/templates/experiment/logs.html
diff options
context:
space:
mode:
authorcoderick142017-05-17 15:40:18 +0530
committercoderick142017-05-17 15:41:00 +0530
commita1e0a5502f04da68b6a9ca8508dda3f9d7e1d055 (patch)
tree20181e6b1936f50ad48d8e35720d64a37566f558 /templates/experiment/logs.html
parent6f4a84c1e58ff4d54aab94cbee26e995328b05b8 (diff)
downloadSBHS-2018-Rpi-a1e0a5502f04da68b6a9ca8508dda3f9d7e1d055.tar.gz
SBHS-2018-Rpi-a1e0a5502f04da68b6a9ca8508dda3f9d7e1d055.tar.bz2
SBHS-2018-Rpi-a1e0a5502f04da68b6a9ca8508dda3f9d7e1d055.zip
Upgrade to Django 1.11
- Database integration yet to be tested
Diffstat (limited to 'templates/experiment/logs.html')
-rw-r--r--templates/experiment/logs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/experiment/logs.html b/templates/experiment/logs.html
index 61816dd..51c0c35 100644
--- a/templates/experiment/logs.html
+++ b/templates/experiment/logs.html
@@ -24,7 +24,7 @@
<td>{{ e.booking.start_time|date:"M d, Y" }}</td>
<td>{{ e.booking.slot }}</td>
<td>{{ e.logname }}</td>
- <td><a href="{% url 'sbhs_server.experiment.views.download_log' e.id e.logname %}" target="_blank">Download</a></td>
+ <td><a href="{% url 'experiment_logs' e.id e.logname %}" target="_blank">Download</a></td>
</tr>
{% endfor %}
</tbody>