Skip to content

Commit

Permalink
Merge pull request #12 from ksalamy/ksalamy-smdb-13
Browse files Browse the repository at this point in the history
Github Issue mbari-org#72: Enhance Missions Detail View - Update#2
  • Loading branch information
ksalamy authored May 21, 2024
2 parents 9286b1e + 276fab3 commit 51c48ad
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions smdb/smdb/templates/smdb/mission_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@
{% block content %}

<!-- A Bootstrap two column presentation-->
<div id="mission-detail">
<div class="row">
<div class="col">
<div class="col" id="mission-left-col">
<h2>Mission {{ mission.name }}</h2>
<a href="{{ thumbnail_fullrez_url }}"><img src="{{ thumbnail_url }}" /></a>
<div>
Expand Down Expand Up @@ -49,4 +50,5 @@ <h2>Used in Compilations:</h2>
<h3>Notes:</h3>
<pre>{{ mission.notes_text }}</pre>
</div>
{% endblock %}
</div>
{% endblock %}

0 comments on commit 51c48ad

Please sign in to comment.