Skip to content

Commit dcfcdd6

Browse files
committed
bug fix
1 parent fe981c6 commit dcfcdd6

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

templates/browse.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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>

templates/details.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)