From e71d7110907937ccca9a199320eacc2438d4cc7a Mon Sep 17 00:00:00 2001 From: Mo8it Date: Tue, 17 May 2022 00:44:13 +0200 Subject: [PATCH] Fix typo bug --- advlabdb/templates/assistant_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/advlabdb/templates/assistant_list.html b/advlabdb/templates/assistant_list.html index 36d767e..163442a 100644 --- a/advlabdb/templates/assistant_list.html +++ b/advlabdb/templates/assistant_list.html @@ -2,6 +2,6 @@ {% extends "admin/model/list.html" %} {% block body %} - {{information(current_user, active_semster, role="assistant")}} + {{information(current_user, active_semester, role="assistant")}} {{ super() }} {% endblock %}