summaryrefslogtreecommitdiffstats
path: root/templates/module_show.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/module_show.html')
-rw-r--r--templates/module_show.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/module_show.html b/templates/module_show.html
index 989d946..cbaec74 100644
--- a/templates/module_show.html
+++ b/templates/module_show.html
@@ -6,8 +6,9 @@
<ul>
{% for name,oid in files %}
<li>
- <a href="{{url_for('study_show', study = study,
- oid=oid)}}">{{name|truncate(40,True)}}</a>
+ <a href="{{url_for('study_show', study = study, oid=oid, filename=name)}}">
+ {{name|truncate(40,True)}}
+ </a>
</li>
{% endfor %}
</ul>