We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf93f11 commit 3208fc6Copy full SHA for 3208fc6
1 file changed
weblab/templates/entities/entity_version.html
@@ -50,7 +50,7 @@ <h2 id="entityversionname">
50
{% endif %}
51
{% if perms.create_experiment %}
52
Run experiments:
53
- <a title="Run experiments" href="{{ entity|url_run_experiments:commit }}">
+ <a title="Run experiments" href="{{ entity|url_run_experiments:version }}">
54
<img src="{% static 'img/batch.png' %}" alt="Run experiments:"
55
title="Run experiments using this {{ entity.entity_type }}"/>
56
</a>
0 commit comments