Skip to content

Commit

Permalink
update student profile
Browse files Browse the repository at this point in the history
  • Loading branch information
PPNG06 committed Mar 25, 2022
1 parent e266c91 commit 62e818a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/student_profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ <h5>My records:</h5>
<div class="jumbotron">
<br>
{%for doc in student.document_set.all%}
<h5>{{doc}} ({{doc.institution}})</h5>
<a href="{{doc.document_link}}"><h5>{{doc}} ({{doc.institution}})</h5></a>
<p class="small">Document hash: {{doc.document_hash_value}}</p>
{%empty%}
<h5>No records yet</h5>
{%endfor%}
Expand Down

0 comments on commit 62e818a

Please sign in to comment.