Calender View Module and Semester names and Numbers are shown

Also in the Dashboard for Lecturers
This commit is contained in:
brausjonas
2023-06-16 11:59:06 +02:00
parent 8205b7d9d9
commit 7983e23815
5 changed files with 66803 additions and 323 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ export default function planning(p)
<Back onClick={() => router.back()}/>
<HelpButton/>
<Background/>
<CalenderView/>
<CalenderView semesterName={localStorage.getItem("semestername") + " " + (localStorage.getItem("admin") == 1 ? "" : localStorage.getItem("currentmodulename"))}/>
<SubmitButton />
</div>
)