You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="{% url 'grades:upload_grades' course.id %}?final=true" class="btn btn-dark {{ disable_if_archived }}">{% trans 'Upload new final grades' %}</a>
50
74
{% endif %}
51
75
{% endblock %}
52
-
53
-
{% block modals %}
54
-
{{ block.super }}
55
-
{% trans 'Delete grade document' as title %}
56
-
{% trans 'Do you really want to delete the grade document <strongdata-label=""></strong>?' as question %}
57
-
{% trans 'Delete grade document' as action_text %}
58
-
{% include 'confirmation_modal.html' with modal_id='deleteGradedocumentModal' title=title question=question action_text=action_text btn_type='danger' %}
0 commit comments