Исправил ошибку в конце страницы с отзывами

This commit is contained in:
NikDizell 2026-02-25 03:43:54 +03:00
parent 1205123209
commit df831a747e

View File

@ -167,8 +167,8 @@ function adjustModalImageSize() {
modalImg.style.maxHeight = `${maxHeight}px`; modalImg.style.maxHeight = `${maxHeight}px`;
} }
} }
{% endblock %}
{% block extra_js %} {% block extra_js %}
<script src="{% static 'programmer/js/recall.js' %}"></script> <script src="{% static 'programmer/js/recall.js' %}"></script>
{% endblock %} {% endblock %}
{% endblock %}