File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1- {% from 'macros/menu.html' import project_list %}
1+
22{% extends 'layout.html' %}
33
44{% block content %}
@@ -26,7 +26,7 @@ <h4># <em>Courses For Beginners</em></h4>
2626 < h4 > # < em > Advance Coding Courses</ em > </ h4 >
2727 </ div >
2828 < div class ="row ">
29- {{ project_list(advance ) }}
29+ {{ project_list(advanced ) }}
3030 </ div >
3131 </ div >
3232 </ div >
Original file line number Diff line number Diff line change @@ -43,13 +43,12 @@ <h4># <em>Lectures</em></h4>
4343 </ div >
4444 </ div >
4545 </ div >
46- <!-- ***** Gaming Library End ***** -->
4746
48- </ div >
47+ </ div >
4948 </ div >
5049 </ div >
5150</ div >
52-
51+ <!-- ***** Gaming Library End ***** -->
5352<!-- ***** Other Start ***** -->
5453< div class ="most-popular ">
5554 < div class ="row ">
You can’t perform that action at this time.
0 commit comments