You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
neptune/core/templates/modals/drilldown.html

13 lines
377 B
HTML

{% load index %}
{% load static %}
<script src="{% static 'modal.js' %}"></script>
<div id="modal" class="modal is-active is-clipped">
<div class="modal-background"></div>
<div class="modal-content">
<div class="box">
{% include 'window-content/drilldown.html' %}
<button class="modal-close is-large" aria-label="close"></button>
</div>
</div>
</div>