Skip to content

Commit

Permalink
added reviews pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnEaganFS committed Nov 30, 2021
1 parent 87c44a8 commit 6b3b01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/resultsPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h1>Results</h1>
<p> {{userResult}}</p>
<article class="result">
<div class="result_imageContainer">
<img src="" class="result_profileImage">
<img src="{{url_for('static', filename='profilePic/' + users['profile']['imgLink'])}}" style="width:100px;height:100px" class="result_profileImage">
</div>
<div class="result_info">
<a class="result_userName" href={{url_for('user', usr=users.name)}}>{{users.name}}</a>
Expand Down

0 comments on commit 6b3b01e

Please sign in to comment.