We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31b3ba commit 1bcf3f2Copy full SHA for 1bcf3f2
4 files changed
LEGAL LEGAL.mdLEGAL renamed to LEGAL.md
lecturesData.py
@@ -8,7 +8,7 @@
8
'duration': '1 Hour',
9
'price': 'Free',
10
'link': 'https://www.youtube.com/watch?v=rfscVS0vtbw',
11
- 'id': 'rfscVS0vtbw',
+ 'id': 'rfscVS0vtbw', # Video ID used for embedding
12
'img': 'https://i.ytimg.com/vi/rfscVS0vtbw/maxresdefault.jpg'
13
},
14
{
static/assets/images/Verified.png
349 Bytes
templates/view.html
@@ -72,7 +72,7 @@ <h4>{{ topic }}</h4>
72
</div>
73
<ul>
74
<li><i class="fa fa-star"></i> 4.8</li>
75
- <li><i class="fa fa-download"></i> 2.3M</li>
+ <li><i class="fa fa-check" style="color: green;"></i> Verified By CodeColts</li>
76
</ul>
77
78
@@ -101,4 +101,4 @@ <h4>{{ topic }}</h4>
101
<!-- ***** Details End ***** -->
102
103
104
-{% endblock %}
+{% endblock %}
0 commit comments