Skip to content

Commit 0c4b7a4

Browse files
committed
src instead of data
1 parent dbcaf9d commit 0c4b7a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

selections/templates/review_app.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ <h3 class="card-title" style="text-align:left;">Application {{ application.id }}
2424
<h6 class="card-subtitle mb-2 text-muted">RIT ID: {{ application.rit_id }}</h6>
2525
<!--<h6 class="card-subtitle mb-2 text-muted">Gender: {{ application.gender }}</h6>-->
2626
<h6 class="card-subtitle mb-2 text-muted">Team: {{ application.team }}</h6>
27-
<embed data="{{pdf_url}}" type="application/pdf" width="100%" height="80%">
27+
<embed src="{{pdf_url}}" type="application/pdf" width="100%" height="80%">
2828
</div>
2929
</div>
3030
{% for score in scores %}

0 commit comments

Comments
 (0)