Skip to content

Commit

Permalink
Hopefully fixing typo in setting up proxy as absolute page
Browse files Browse the repository at this point in the history
  • Loading branch information
york-stsci committed Nov 25, 2024
1 parent 520bc6e commit 36f6cdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwql/website/apps/jwql/templates/explore_image.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h3>{{ file_root }}_{{ filetype }}.fits</h3>
<div class="row">
<!-- Display the image -->
<div class="col-xl-9">
<iframe id="encoder_iframe" height="75%" width="50%" src="quickview?file={{file_path|safe}}"></iframe>
<iframe id="encoder_iframe" height="75%" width="50%" src="/quickview?file={{file_path|safe}}"></iframe>
</div>
</div>

Expand Down

0 comments on commit 36f6cdd

Please sign in to comment.