Skip to content

Commit 3208fc6

Browse files
committed
Fix parameter
1 parent cf93f11 commit 3208fc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

weblab/templates/entities/entity_version.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h2 id="entityversionname">
5050
{% endif %}
5151
{% if perms.create_experiment %}
5252
Run experiments:
53-
<a title="Run experiments" href="{{ entity|url_run_experiments:commit }}">
53+
<a title="Run experiments" href="{{ entity|url_run_experiments:version }}">
5454
<img src="{% static 'img/batch.png' %}" alt="Run experiments:"
5555
title="Run experiments using this {{ entity.entity_type }}"/>
5656
</a>

0 commit comments

Comments
 (0)