envelope/core/templates/modals/modal.html

5 lines
114 B
HTML
Raw Normal View History

2022-10-12 06:22:22 +00:00
{% extends 'wm/modal.html' %}
{% block modal_content %}
{% include 'window-content/main.html' %}
{% endblock %}