summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSh-Ac2019-08-28 15:25:18 +0530
committerSh-Ac2019-08-28 15:25:18 +0530
commit0d9104e99647f0a251a0ccd98973004417f08a89 (patch)
tree4423b6c9a12439fde88786f8f05e220ded3fc87e
parentfb05eb27154f8229f278b0d892a34340ab2879bd (diff)
downloadFOSSEE_animations-0d9104e99647f0a251a0ccd98973004417f08a89.tar.gz
FOSSEE_animations-0d9104e99647f0a251a0ccd98973004417f08a89.tar.bz2
FOSSEE_animations-0d9104e99647f0a251a0ccd98973004417f08a89.zip
Cap explore page outline
-rw-r--r--fossee_manim/templates/fossee_manim/explore.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/fossee_manim/templates/fossee_manim/explore.html b/fossee_manim/templates/fossee_manim/explore.html
index 9dd5403..5cae180 100644
--- a/fossee_manim/templates/fossee_manim/explore.html
+++ b/fossee_manim/templates/fossee_manim/explore.html
@@ -19,7 +19,7 @@
<a href="{% url 'video' video.id %}">
<h4 class="card-text" style="color: #157b80;"> {{video.animation.title}} </h4>
</a>
- <p class="card-text"> {{video.animation.outline}}</p>
+ <p class="card-text"> {{video.animation.outline|truncatechars:200}}</p>
<p class="card-text" style="color: #666666"> Contributor: {{video.animation.contributor}}</p>
<!-- <div class="d-flex justify-content-between align-items-center"> -->