Repository URL to install this package:
|
Version:
0.3.0 ▾
|
{% load i18n %}
<p>
<h4><u>{% trans "Student management" %}</u></h4>
</br>
<form>
{% trans "Reset the status of the student to allow the student to retake the assessment:" %}
<input type="text" class="username-input">
<button class="reset-user-state-button" type="button">{% trans "Reset" %}</button>
<span class="reset-user-state-response"> </span>
</form>
</p>
</br>
<h4><u>{% trans "Examination" %}</u></h4>
</br>