fix: sort classes by start date

This commit is contained in:
Jannat Patel
2023-05-16 17:10:50 +05:30
parent 1327b033e6
commit 552b0c9616
2 changed files with 4 additions and 8 deletions

View File

@@ -120,11 +120,6 @@
</div>
{% endmacro %}
{% block style %}
{{ super() }}
{{ include_style('controls.bundle.css') }}
{% endblock %}
{%- block script %}
{{ super() }}
{{ include_script('controls.bundle.js') }}