Skip to content

Commit

Permalink
Github Issue mbari-org#72: Enhance Missions Detail View - Update#2
Browse files Browse the repository at this point in the history
View updates and fixes.
  • Loading branch information
ksalamy authored May 21, 2024
1 parent d2bee9c commit ee78f70
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions smdb/smdb/templates/smdb/compilation_filter.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
{% endblock %}

{% block content %}
<div id="compilation-filter">
<h2>Compilations</h2>
{% if filter %}
<form method="get">
Expand All @@ -35,9 +36,9 @@ <h2>Compilations</h2>
</form><br>
{% endif %}
{{ missions|json_script:"missions-data" }}
<div id="map_compilation_filter" style="height: 500px"></div>
<div id="map_compilation_filter" style="height: 600px"></div>
<script src="{% static 'js/map_compilation_filter.js' %}"></script>
{% if table %}
{% render_table table "smdb_tables2_bootstrap4.html" %}
{% endif %}
{% endblock %}
{% endif %}</div>
{% endblock %}

0 comments on commit ee78f70

Please sign in to comment.