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.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/module_show.html b/templates/module_show.html
index 9e7e336..ea27e05 100644
--- a/templates/module_show.html
+++ b/templates/module_show.html
@@ -6,7 +6,8 @@
<ul>
{% for name,oid in files %}
<li>
- <a href="{{url_for('study_show', study = study, oid=oid)}}">{{name}}</a>
+ <a href="{{url_for('study_show', study = study,
+ oid=oid)}}">{{name|truncate(50,True)}}</a>
</li>
{% endfor %}
</ul>