summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSh-Ac2019-08-28 12:20:11 +0530
committerSh-Ac2019-08-28 12:20:11 +0530
commitb2a57601a6e968f768d4f2b798dce3fdc5ba1f1a (patch)
tree399e28558e997f20539d7f239e9bedcc3fc51358
parent737b74b57b6ae73e33388b6344fd80945819959b (diff)
downloadFOSSEE_animations-b2a57601a6e968f768d4f2b798dce3fdc5ba1f1a.tar.gz
FOSSEE_animations-b2a57601a6e968f768d4f2b798dce3fdc5ba1f1a.tar.bz2
FOSSEE_animations-b2a57601a6e968f768d4f2b798dce3fdc5ba1f1a.zip
Add contributor name to explore page cards
-rw-r--r--fossee_manim/templates/fossee_manim/explore.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/fossee_manim/templates/fossee_manim/explore.html b/fossee_manim/templates/fossee_manim/explore.html
index e634a36..9dd5403 100644
--- a/fossee_manim/templates/fossee_manim/explore.html
+++ b/fossee_manim/templates/fossee_manim/explore.html
@@ -20,6 +20,8 @@
<h4 class="card-text" style="color: #157b80;"> {{video.animation.title}} </h4>
</a>
<p class="card-text"> {{video.animation.outline}}</p>
+
+ <p class="card-text" style="color: #666666"> Contributor: {{video.animation.contributor}}</p>
<!-- <div class="d-flex justify-content-between align-items-center"> -->
<!-- <div class="btn-group">
<button type="button" class="btn btn-sm btn-outline-secondary">View</button>