Skip to content
Snippets Groups Projects
Commit ebcb8d6f authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

Fixing bug in coinc templates for single inspiral

A few divs were inside of the wrong {% endif %} block in the coinc
inspiral templates.  Caused display issues if for some reason the
event did not have any single inspiral events.
parent e05ee49e
No related branches found
No related tags found
1 merge request!8Superevents
......@@ -379,11 +379,11 @@
</table>
</div>
</div>
</div> <!-- container -->
{% endif %}
</div>
</div> <!-- container -->
{% endif %} <!-- object has end_time property. -->
{% endblock %}
......@@ -39,11 +39,11 @@
</table>
</div>
</div>
</div> <!-- container -->
{% endif %} <!-- if single_inspiral_events -->
</div>
</div> <!-- container -->
{% endif %} <!-- object has end_time property. -->
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment