Skip to content

Commit

Permalink
Remove detector from exposure-level html
Browse files Browse the repository at this point in the history
  • Loading branch information
bhilbert4 committed Feb 19, 2024
1 parent c44b090 commit a8fa309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jwql/website/apps/jwql/templates/view_exposure.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ <h3>Exposure {{ group_root }}</h3>
<div class="APT_parameters">Proposal: <a id="proposal" href="{{ url('jwql:archive_thumb_per_obs', args=[inst, prop_id, obsnum]) }}"></a></div>
<div class="APT_parameters">Observation: <a id="obs_id"></a></div>
<div class="APT_parameters">Visit: <a id="visit_id"></a></div>
<div class="APT_parameters">Detector: <a id="detector"></a></div>
<div class="APT_parameters"> <a></a></div>
<input class="btn btn-primary" id="viewed" value=" " type="button" onclick='toggle_viewed("{{file_root}}", "{{base_url}}");'>
</div>
<div class="d-flex flex-row">
Expand Down

0 comments on commit a8fa309

Please sign in to comment.