Добавил возможность добавить опционально metrics.html

This commit is contained in:
Viner Abubakirov
2026-01-04 20:13:54 +05:00
parent 53c5c84d64
commit 9d8f881b7a
3 changed files with 17 additions and 1 deletions

View File

@@ -24,4 +24,6 @@
</div>
{% block content_extra %}{% endblock %}
</body>
</html>
{% load optional_include %}
{% include_if_exists "metrics.html" %}
</html>