Leaderboard of qualifications obtained

This commit is contained in:
2021-09-06 21:45:11 +01:00
parent d80aeca01f
commit f4f1fb66a2
4 changed files with 25 additions and 9 deletions

View File

@@ -5,17 +5,14 @@
{% load nice_errors from filters %}
{% block css %}
{{ block.super }}
<link rel="stylesheet" href="{% static 'css/selects.css' %}"/>
{% endblock %}
{% block preload_js %}
{{ block.super }}
<script src="{% static 'js/selects.js' %}" async></script>
{% endblock %}
{% block js %}
{{ block.super }}
<script src="{% static 'js/autocompleter.js' %}"></script>
<script src="{% static 'js/tooltip.js' %}"></script>