Skip to content

Commit 332298d

Browse files
browse button removed
1 parent 2c03791 commit 332298d

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

templates/browse.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,7 @@ <h4># <em>Courses Library</em></h4>
3838
</div>
3939
</div>
4040
</div>
41-
<div class="col-lg-12">
42-
<div class="main-button">
43-
<a href="{{ url_for('profile.profile') }}">Go To Profile</a>
44-
</div>
45-
</div>
41+
<!-- add go to top button-->
4642
<!-- ***** Start Stream End ***** -->
4743

4844
{% endblock %}

templates/profile.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@ <h4>introvertCoder</h4>
2121
</div>
2222
<div class="col-lg-4 align-self-center">
2323
<ul>
24-
<li>Games Downloaded <span>3</span></li>
25-
<li>Friends Online <span>16</span></li>
26-
<li>Live Streams <span>None</span></li>
27-
<li>Clips <span>29</span></li>
24+
<li>Certificates <span>3</span></li>
25+
<li>Courses Enrolled <span>16</span></li>
2826
</ul>
2927
</div>
3028
</div>

0 commit comments

Comments
 (0)