We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbcaf9d commit 0c4b7a4Copy full SHA for 0c4b7a4
selections/templates/review_app.html
@@ -24,7 +24,7 @@ <h3 class="card-title" style="text-align:left;">Application {{ application.id }}
24
<h6 class="card-subtitle mb-2 text-muted">RIT ID: {{ application.rit_id }}</h6>
25
<!--<h6 class="card-subtitle mb-2 text-muted">Gender: {{ application.gender }}</h6>-->
26
<h6 class="card-subtitle mb-2 text-muted">Team: {{ application.team }}</h6>
27
- <embed data="{{pdf_url}}" type="application/pdf" width="100%" height="80%">
+ <embed src="{{pdf_url}}" type="application/pdf" width="100%" height="80%">
28
</div>
29
30
{% for score in scores %}
0 commit comments